Ajout: possibilté de désactiver 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)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -278,9 +278,10 @@ LDAPPasswordExample=Admin password
|
|||||||
DNUserExample=ex: ou=users
|
DNUserExample=ex: ou=users
|
||||||
DNGroupExample=ex: ou=groups
|
DNGroupExample=ex: ou=groups
|
||||||
DNContactActive=Contacts' synchronization?
|
DNContactActive=Contacts' synchronization?
|
||||||
|
DNContactActiveYes=Activated synchronization
|
||||||
DNContactActiveExample=Activate contacts' synchronization
|
DNContactActiveExample=Activate contacts' synchronization
|
||||||
DNContact=Contacts' DN
|
DNContact=Contacts' DN
|
||||||
DNContactExample=ex: cn=contacts
|
DNContactExample=ex: ou=contacts
|
||||||
TypeExample=OpenLdap or Egroupware
|
TypeExample=OpenLdap or Egroupware
|
||||||
##### Propal #####
|
##### Propal #####
|
||||||
PropalSetup=Commercial proposals module setup
|
PropalSetup=Commercial proposals module setup
|
||||||
|
|||||||
@ -278,9 +278,10 @@ LDAPPasswordExample=Mot de passe de l'administrateur
|
|||||||
DNUserExample=ex: ou=users
|
DNUserExample=ex: ou=users
|
||||||
DNGroupExample=ex: ou=groups
|
DNGroupExample=ex: ou=groups
|
||||||
DNContactActive=Synchronisation des contacts ?
|
DNContactActive=Synchronisation des contacts ?
|
||||||
|
DNContactActiveYes=Synchronisation activée
|
||||||
DNContact=DN des contacts
|
DNContact=DN des contacts
|
||||||
DNContactActiveExample=Active la synchronisation des contacts commerciaux
|
DNContactActiveExample=Active la synchronisation des contacts commerciaux
|
||||||
DNContactExample=ex: cn=contacts
|
DNContactExample=ex: ou=contacts
|
||||||
TypeExample=OpenLdap ou Egroupware
|
TypeExample=OpenLdap ou Egroupware
|
||||||
##### Propal #####
|
##### Propal #####
|
||||||
PropalSetup=Configuration du module Propositions Commerciales
|
PropalSetup=Configuration du module Propositions Commerciales
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user