mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
added option for LDAP version 3
This commit is contained in:
parent
49ddd048eb
commit
844c7ead96
@ -259,6 +259,16 @@
|
||||
</tr>
|
||||
|
||||
<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>
|
||||
</tr>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user