/etc/web2ldap/templates/connect.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 | <div id="Input" class="Main">
<h1>{text_heading}</h1>
{text_error}
{form_begin}
<fieldset title="Select list of pre-configured LDAP host(s)">
<legend>Pre-configured LDAP host(s)</legend>
<input type="submit" value="Connect">
<label for="ldapurl">to selected host:</label>
{field_uri_select}
</fieldset>
</form>
{disable_start}
{form_begin}
<fieldset title="Any LDAP host by name:port and a search root">
<legend>Access any LDAP host</legend>
<table summary="Host parameters">
<tr>
<td><label for="conntype">Connection type</label></td>
<td>
<select title="Connection type" name="conntype" size="1" >
<option value="0" selected>LDAP clear-text connection</option>
<option value="1">LDAP with StartTLS ext.op.</option>
<option value="2">LDAP over separate SSL port (LDAPS)</option>
<option value="3">LDAP over Unix domain socket (LDAPI)</option>
</select>
</td>
</tr>
<tr>
<td><label for="host">host:port:</label></td>
<td><input title="The hostname and/or IP address of the directory to connect to" name="host" maxlength="255" size="30" value=""></td>
</tr>
<tr>
<td><label for="dn">search root:<br>(optional)</label></td>
<td><input title="Where to start searches" name="dn" maxlength="1024" size="70" value=""></td>
</tr>
</table>
<input type="submit" value="Connect">
</fieldset>
</form>
{disable_end}
</div>
|