This file is indexed.

/usr/share/fusiondirectory/plugins/addons/argonaut/deploy-filter.xml is in fusiondirectory-plugin-argonaut 1.0.8.2-5+deb8u1.

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
21
22
23
<?xml version="1.0" encoding="UTF-8"?>

<filterdef>
  <definition>
    <category>users</category>
    <initial>true</initial>
  </definition>

  <search>
    <query>
      <backend>ArgonautEvents</backend>
      <filter>(&amp;(objectClass=gosaAccount)$TEMPLATES$NAME(|$FUNCTIONAL$SAMBA$POSIX$MAIL))</filter>
      <attribute>dn</attribute>
      <attribute>objectClass</attribute>
      <attribute>givenName</attribute>
      <attribute>sn</attribute>
      <attribute>uid</attribute>
      <attribute>userPassword</attribute>
    </query>
    <scope>auto</scope>
  </search>

</filterdef>