mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed ldap_note to be in cleartext, for the not translated languages and added a link to the README (not just the path)
This commit is contained in:
parent
be28d77fa9
commit
d08fb75a92
@ -213,7 +213,7 @@ ldap host setup de LDAP Host
|
||||
ldap import setup de LDAP Import
|
||||
ldap import users setup de LDAP Benutzer importieren
|
||||
ldap modify setup de LDAP Ändern
|
||||
ldap note setup de Sie müssen das entsprechende schema bei ihrem LDAP Server laden - siehe phpgwapi/doc/ldap
|
||||
you will need to load the proper schema into your ldap server - see phpgwapi/doc/ldap/README setup de Sie müssen das entsprechende schema bei ihrem LDAP Server laden - siehe <a href="../phpgwapi/doc/ldap/README" target="_blank">phpgwapi/doc/ldap/README</a>
|
||||
ldap root password setup de LDAP Root Passwort
|
||||
ldap rootdn setup de LDAP rootdn
|
||||
limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1) setup de Zugang zu Setup auf die folgenden IP Adressen oder Netzwerke beschränken (z.B. 127.0.0.1,10.1.1)
|
||||
|
@ -211,7 +211,7 @@ ldap host setup en LDAP host
|
||||
ldap import setup en LDAP Import
|
||||
ldap import users setup en LDAP import users
|
||||
ldap modify setup en LDAP Modify
|
||||
ldap note setup en You will need to load the proper schema into your ldap server - see phpgwapi/doc/ldap
|
||||
you will need to load the proper schema into your ldap server - see phpgwapi/doc/ldap/README setup en You will need to load the proper schema into your ldap server - see <a href="../phpgwapi/doc/ldap/README" target="_blank">phpgwapi/doc/ldap/README</a>
|
||||
ldap root password setup en LDAP root password
|
||||
ldap rootdn setup en LDAP rootdn
|
||||
limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1) setup en Limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1)
|
||||
|
@ -133,10 +133,6 @@
|
||||
<td colspan="2"><b>{lang_Authentication_/_Accounts}</b></td>
|
||||
</tr>
|
||||
|
||||
<tr class="row_off">
|
||||
<td colspan="2"><b>{lang_ldap_note}</b></td>
|
||||
</tr>
|
||||
|
||||
<tr class="row_on">
|
||||
<td>{lang_Select_which_type_of_authentication_you_are_using}:</td>
|
||||
<td>
|
||||
@ -186,8 +182,6 @@
|
||||
<td><input name="newsettings[account_prefix]" value="{value_account_prefix}"></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr class="row_on">
|
||||
<td>{lang_Usernames_are_casesensitive}:</td>
|
||||
<td>
|
||||
@ -239,9 +233,12 @@
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="row_on">
|
||||
<td colspan="2"><b>{lang_If_using_LDAP}:</b></td>
|
||||
<tr>
|
||||
<tr class="th">
|
||||
<td colspan="2"><b>{lang_If_using_LDAP}:</b></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td colspan="2"><b>{lang_You_will_need_to_load_the_proper_schema_into_your_ldap_server_-_see_phpgwapi/doc/ldap/README} !!!</b></td>
|
||||
</tr>
|
||||
|
||||
<tr class="row_off">
|
||||
<td>{lang_Do_you_want_to_manage_homedirectory_and_loginshell_attributes?}:</td>
|
||||
|
Loading…
Reference in New Issue
Block a user