Ajout: possibilt de dsactiver la synchro des contacts sur LDAP
This commit is contained in:
parent
c837ccda1a
commit
fc0f706fe1
@ -187,7 +187,7 @@ print "</tr>\n";
|
||||
}
|
||||
if (defined("LDAP_CONTACT_DN") && LDAP_CONTACT_DN)
|
||||
{
|
||||
print '<tr><td>'.$langs->trans("DNContact").'</td><td>'.LDAP_CONTACT_DN.'</td></tr>';
|
||||
print '<tr><td>'.$langs->trans("DNContact").'</td><td>'.$langs->trans("DNContactActiveYes").'</td></tr>';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@ -278,9 +278,10 @@ LDAPPasswordExample=Admin password
|
||||
DNUserExample=ex: ou=users
|
||||
DNGroupExample=ex: ou=groups
|
||||
DNContactActive=Contacts' synchronization?
|
||||
DNContactActiveYes=Activated synchronization
|
||||
DNContactActiveExample=Activate contacts' synchronization
|
||||
DNContact=Contacts' DN
|
||||
DNContactExample=ex: cn=contacts
|
||||
DNContactExample=ex: ou=contacts
|
||||
TypeExample=OpenLdap or Egroupware
|
||||
##### Propal #####
|
||||
PropalSetup=Commercial proposals module setup
|
||||
|
||||
@ -278,9 +278,10 @@ LDAPPasswordExample=Mot de passe de l'administrateur
|
||||
DNUserExample=ex: ou=users
|
||||
DNGroupExample=ex: ou=groups
|
||||
DNContactActive=Synchronisation des contacts ?
|
||||
DNContactActiveYes=Synchronisation activée
|
||||
DNContact=DN des contacts
|
||||
DNContactActiveExample=Active la synchronisation des contacts commerciaux
|
||||
DNContactExample=ex: cn=contacts
|
||||
DNContactExample=ex: ou=contacts
|
||||
TypeExample=OpenLdap ou Egroupware
|
||||
##### Propal #####
|
||||
PropalSetup=Configuration du module Propositions Commerciales
|
||||
|
||||
Loading…
Reference in New Issue
Block a user