Ajout: possibilt de dsactiver la synchro des contacts sur LDAP
This commit is contained in:
parent
ebbf94f630
commit
c8700fd426
@ -292,7 +292,8 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test'
|
||||
else
|
||||
{
|
||||
print "connection au dn $dn raté";
|
||||
print img_picto('alerte')"<br>";
|
||||
print img_picto('','alerte');
|
||||
print "<br>";
|
||||
}
|
||||
|
||||
$unbind = dolibarr_ldap_unbind($ds);
|
||||
@ -304,7 +305,8 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test'
|
||||
else
|
||||
{
|
||||
print "déconnection du dn $dn raté";
|
||||
print img_picto('alerte')"<br>";
|
||||
print img_picto('','alerte');
|
||||
print "<br>";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
@ -279,7 +279,7 @@ DNUserExample=ex: ou=users
|
||||
DNGroupExample=ex: ou=groups
|
||||
DNContactActive=Contacts' synchronization?
|
||||
DNContactActiveYes=Activated synchronization
|
||||
DNContactActiveExample=Activate contacts' synchronization
|
||||
DNContactActiveExample=Desactivated synchronization
|
||||
DNContact=Contacts' DN
|
||||
DNContactExample=ex: ou=contacts
|
||||
TypeExample=OpenLdap or Egroupware
|
||||
|
||||
@ -280,7 +280,7 @@ DNGroupExample=ex: ou=groups
|
||||
DNContactActive=Synchronisation des contacts ?
|
||||
DNContactActiveYes=Synchronisation activée
|
||||
DNContact=DN des contacts
|
||||
DNContactActiveExample=Active la synchronisation des contacts commerciaux
|
||||
DNContactActiveExample=Synchronisation désactivée
|
||||
DNContactExample=ex: ou=contacts
|
||||
TypeExample=OpenLdap ou Egroupware
|
||||
##### Propal #####
|
||||
|
||||
Loading…
Reference in New Issue
Block a user