This file is indexed.

/etc/oddjobd.conf.d/ipa-server.conf is in freeipa-server 4.7.0~pre1+git20180411-2ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<oddjobconfig>
  <service name="org.freeipa.server">
    <allow user="root"/>
    <allow user="ipaapi"/>
    <object name="/">
      <interface name="org.freeipa.server">
        <method name="conncheck">
          <helper exec="/usr/libexec/ipa/oddjob/org.freeipa.server.conncheck"
                  arguments="1"
                  prepend_user_name="no"
                  argument_passing_method="cmdline"/>
        </method>
      </interface>
      <interface name="org.freedesktop.DBus.Introspectable">
        <allow min_uid="0" max_uid="0"/>
      </interface>
    </object>
  </service>
</oddjobconfig>