forked from extern/egroupware
added option for LDAP version 3
This commit is contained in:
parent
49ddd048eb
commit
844c7ead96
@ -259,6 +259,16 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="row_on">
|
<tr class="row_on">
|
||||||
|
<td>{lang_Enable_LDAP_Version_3}:</td>
|
||||||
|
<td>
|
||||||
|
<select name="newsettings[ldap_version3]">
|
||||||
|
<option value="">{lang_No}</option>
|
||||||
|
<option value="True" {selected_ldap_version3_True}>{lang_Yes}</option>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr class="row_off">
|
||||||
<td colspan="2"> </td>
|
<td colspan="2"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user