Skip to content
Snippets Groups Projects
Commit c8700fd4 authored by Regis Houssin's avatar Regis Houssin
Browse files

Ajout: possibilté de désactiver la synchro des contacts sur LDAP

parent ebbf94f6
No related branches found
No related tags found
No related merge requests found
......@@ -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 "dconnection 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 #####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment