This file is indexed.

/etc/web2ldap/templates/read_monitorConnection.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
<h1>LDAPv%(monitorConnectionProtocol)s connection # %(monitorConnectionNumber)s</h1>


<h2>Network parameters</h2>

<table>
  <tr>
    <td>Connected to:</td>
    <td>%(monitorConnectionListener)s</td>
  </tr>
  <tr>
    <td>Client peer address/domain:</td>
    <td>%(monitorConnectionPeerAddress)s / %(monitorConnectionPeerDomain)s</td>
  </tr>
  <tr>
    <td>Authz-DN:</td>
    <td>%(monitorConnectionAuthzDN)s</td>
  </tr>
  <tr>
    <td>Connected since:</td>
    <td>%(monitorConnectionStartTime)s</td>
  </tr>
  <tr>
    <td>Last time used:</td>
    <td>%(monitorConnectionActivityTime)s</td>
  </tr>
</table>

<h2>Operation counters</h2>

<table>
  <tr>
    <td>Operations received:</td>
    <td>%(monitorConnectionOpsReceived)s</td>
  </tr>
  <tr>
    <td>Operations currently executing:</td>
    <td>%(monitorConnectionOpsExecuting)s</td>
  </tr>
  <tr>
    <td>Pending Operations:</td>
    <td>%(monitorConnectionOpsPending)s</td>
  </tr>
  <tr>
    <td>Completed operations:</td>
    <td>%(monitorConnectionOpsCompleted)s</td>
  </tr>
  <tr>
    <td>Read operations:</td>
    <td>%(monitorConnectionRead)s</td>
  </tr>
  <tr>
    <td>Write operations:</td>
    <td>%(monitorConnectionWrite)s</td>
  </tr>
  <tr>
    <td><var>connection_get()</var> counter:</td>
    <td>%(monitorConnectionGet)s</td>
  </tr>
</table>