This file is indexed.

/etc/web2ldap/templates/read_organization.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
<div lang="en">

  <h1>%(o)s</h1>

  <h2>Organizational information</h2>

  <table summary="organization: Organizational information">
    <tr>
      <td>Organization's name:</td>
      <td>%(o)s</td>
    </tr>
    <tr>
      <td>Business category:</td>
      <td>%(businessCategory)s</td>
    </tr>
    <tr>
      <td>Description:</td>
      <td>%(description)s</td>
    </tr>
  </table>

  <h2>Adressangaben</h2>

  <table summary="organization: Adressangaben">
    <tr>
      <td>Address:</td>
      <td>
        <address>
          %(streetAddress)s<br>
          %(postOfficeBox)s<br>
          %(postalCode)s %(l)s<br>
          %(st)s<br>
          %(c)s<br>
         </address>
      </td>
    </tr>
    <tr>
      <td>Postal Address:</td>
      <td>
        <address>
          %(postalAddress)s
        </address>
      </td>
    </tr>
  </table>

  <h2>Phone Numbers</h2>

  <table summary="organization: Phone Numbers">
    <tr>
      <td>Telephone:</td>
      <td>%(telephoneNumber)s</td>
    </tr>
    <tr>
      <td>FAX:</td>
      <td>%(facsimileTelephoneNumber)s</td>
    </tr>
  </table>

</div>