This file is indexed.

/usr/share/courier/webadmin/admin-15ldap.html is in courier-ldap 0.68.2-1ubuntu7.

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
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  <meta name="Author" content="Sam Varshavchik" />
  <!-- Copyright 2001 Double Precision, Inc.  See COPYING for -->
  <!-- distribution information. -->
  <title>@PACKAGE@ @VERSION@ - LDAP</title>
  <!--

  [#SAVED=<p><span style="color: #006000">Changed saved</span></p>#]
  [#REQUIRED=<p><font style="color: #ff0000" size="+1">ERROR: A required field has not been set.  Enter the required field below.</font></p>#]

  [#___#]
  -->
</head>

<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#0000ee"
alink="#ff0000">
<h1><tt>@PACKAGE@ @VERSION@</tt> - LDAP</h1>
@ERROR@

<form method="post" action="15ldap">

  <table border="0">
    <tbody>
      <tr>
        <th colspan="2" align="left">LDAP server login</th>
      </tr>
      <tr>
        <td>Server URL (ldap://...):</td>
        <td><tt><input type="text" size="20" name="URI"
          value="@URI@" /></tt></td>
      </tr>
      <tr>
        <td>Admin DN:</td>
        <td><tt><input type="text" size="20" name="BINDDN"
          value="@BINDDN@" /></tt></td>
      </tr>
      <tr>
        <td></td>
        <td>For security reasons, set the password manually, by editing the
          <tt>authldaprc</tt> file, <em>before making any changes on this
          screen!</em></td>
      </tr>
      <tr>
        <td>Timeout:</td>
        <td><tt><input type="text" size="3" name="TIMEOUT"
          value="@TIMEOUT@" /></tt> seconds</td>
      </tr>
      <tr>
        <td align="right">@AUTHBIND@</td>
        <td>Rebind as the authenticated user, to validate the password</td>
      </tr>
      <tr>
        <th colspan="2" align="left">LDAP attributes:</th>
      </tr>
      <tr>
        <td>LDAP Base DN:</td>
        <td><tt><input type="text" size="20" name="BASEDN"
          value="@BASEDN@" /></tt></td>
      </tr>
      <tr>
        <td>Account:</td>
        <td><tt><input type="text" size="20" name="MAIL"
        value="@MAIL@" /></tt></td>
      </tr>
      <tr>
        <td>
          <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
              <tr>
                <td>Default domain:</td>
                <td align="right"><tt>@</tt></td>
              </tr>
            </tbody>
          </table>
        </td>
        <td><tt><input type="text" size="20" name="DOMAIN"
          value="@DOMAIN@" /></tt> (optional)</td>
      </tr>
      <tr>
        <td>Home directory:</td>
        <td><tt><input type="text" size="20" name="HOMEDIR"
          value="@HOMEDIR@" /></tt></td>
      </tr>
      <tr>
        <td colspan="2"><hr />
        </td>
      </tr>
      <tr>
        <td>Encrypted password:</td>
        <td><tt><input type="text" size="20" name="CRYPTPW"
          value="@CRYPTPW@" /></tt></td>
      </tr>
      <tr>
        <td></td>
        <td>and/or</td>
      </tr>
      <tr>
        <td>Cleartext password:</td>
        <td><tt><input type="text" size="20" name="CLEARPW"
          value="@CLEARPW@" /></tt></td>
      </tr>
      <tr>
        <td colspan="2"><hr />
        </td>
      </tr>
      <tr>
        <td>Userid:</td>
        <td><tt><input type="text" size="20" name="UID"
        value="@UID@" /></tt></td>
      </tr>
      <tr>
        <td>Groupid:</td>
        <td><tt><input type="text" size="20" name="GID"
        value="@GID@" /></tt></td>
      </tr>
      <tr>
        <td></td>
        <td>or</td>
      </tr>
      <tr>
        <td>Global userid:</td>
        <td><tt><input type="text" size="20" name="GLOB_UID"
          value="@GLOB_UID@" /></tt> (system account)</td>
      </tr>
      <tr>
        <td>Global groupid:</td>
        <td><tt><input type="text" size="20" name="GLOB_GID"
          value="@GLOB_GID@" /></tt> (system account)</td>
      </tr>
      <tr>
        <td colspan="2"><hr />
        </td>
      </tr>
      <tr>
        <td>Non-default mail delivery instructions:</td>
        <td><tt><input type="text" size="20" name="DEFAULTDELIVERY"
          value="@DEFAULTDELIVERY@" /></tt> (optional)</td>
      </tr>
      <tr>
        <td>Non-default maildir:</td>
        <td><tt><input type="text" size="20" name="MAILDIR"
          value="@MAILDIR@" /></tt> (optional)</td>
      </tr>
      <tr>
        <td>Maildir quota:</td>
        <td><tt><input type="text" size="20" name="MAILDIRQUOTA"
          value="@MAILDIRQUOTA@" /></tt> (optional)</td>
      </tr>
      <tr>
        <td>Full name:</td>
        <td><tt><input type="text" size="20" name="FULLNAME"
          value="@FULLNAME@" /></tt> (optional)</td>
      </tr>
      <tr>
        <td>Additional Query Filter:</td>
        <td><tt><input type="text" size="20" name="FILTER"
          value="@FILTER@" /></tt> (optional)</td>
      </tr>
      <tr>
        <td></td>
        <td>
          <input type="submit" value="Save" name="Save" /></td>
      </tr>
    </tbody>
  </table>
</form>
<hr />

<p><a href="@MAINMENU@">Main Menu</a></p>
</body>
</html>