This file is indexed.

/usr/share/gosa/plugins/admin/systems/systemSelect/selectSystem-filter.xml is in gosa-plugin-systems 2.7.4+reloaded2-13+deb9u1.

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
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>

<filterdef>
  <definition>
    <category>server</category>
    <category>workstation</category>
    <category>terminal</category>
    <initial>true</initial>
    <default>default</default>
    <scope>auto</scope>
    <attribute>dn</attribute>
    <attribute>objectClass</attribute>
    <attribute>cn</attribute>
    <attribute>description</attribute>
  </definition>

  <search>
    <tag>default</tag>
    <label>Default filter</label>
    <query>
      <backend>LDAPBlacklist</backend>
      <filter>(&amp;(|(objectClass=goServer)(objectClass=gotoWorkstation)(objectClass=gotoTerminal))(cn=$))</filter>
    </query>
    <autocomplete>
      <attribute>cn</attribute>
      <frequency>0.5</frequency>
      <characters>3</characters>
    </autocomplete>
  </search>

</filterdef>