This file is indexed.

/etc/web2ldap/templates/searchform_persons.html is in web2ldap 1.1.43~dfsg-1.

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<fieldset>
  <legend>Search for person entries</legend>
  Match
  <select title="Search mode" name="search_mode" size="1">
    <option value="(&amp;%s)">all</option>
    <option value="(|%s)">any</option>
  </select>
  of the following.<br>
  <table summary="Search parameters for person entries">
    <tr>
      <td>
        <input type="hidden" name="search_option" value="(%s=*%s*)">
        <input type="hidden" name="search_attr" value="cn">
        Common Name contains<br>
        <input name="search_string" maxlength="60" size="30" value=""><br>
      </td>
      <td>
        <input type="hidden" name="search_option" value="(%s=*%s*)">
        <input type="hidden" name="search_attr" value="mail">
        E-Mail contains<br>
        <input name="search_string" maxlength="60" size="30" value=""><br>
      </td>
    </tr>
    <tr>
      <td>
        <input type="hidden" name="search_option" value="(%s=*%s*)">
        <input type="hidden" name="search_attr" value="o">
        Organization contains<br>
        <input name="search_string" maxlength="60" size="30" value=""><br>
      </td>
      <td>
        <input type="hidden" name="search_option" value="(%s=*%s*)">
        <input type="hidden" name="search_attr" value="ou">
        Organizational unit contains<br>
        <input name="search_string" maxlength="60" size="30" value=""><br>
      </td>
    </tr>
    <tr>
      <td>
        <input type="hidden" name="search_option" value="(%s=*%s*)">
        <input type="hidden" name="search_attr" value="departmentNumber">
        Department number contains<br>
        <input name="search_string" maxlength="60" size="30" value=""><br>
      </td>
      <td>
        <input type="hidden" name="search_option" value="(%s=*%s*)">
        <input type="hidden" name="search_attr" value="businessCategory">
        Business category contains<br>
        <input name="search_string" maxlength="60" size="30" value=""><br>
      </td>
    </tr>
    <tr>
      <td>
        <input type="hidden" name="search_option" value="(%s=*%s*)">
        <input type="hidden" name="search_attr" value="l">
        Location (city) contains<br>
        <input name="search_string" maxlength="60" size="30" value=""><br>
      </td>
      <td>
        <input type="hidden" name="search_option" value="(%s=*%s*)">
        <input type="hidden" name="search_attr" value="street">
        Street contains<br>
        <input name="search_string" maxlength="60" size="30" value=""><br>
      </td>
    </tr>
  </table>
</fieldset>