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

This commit is contained in:
Regis Houssin 2005-07-11 11:07:06 +00:00
parent ebbf94f630
commit c8700fd426
3 changed files with 6 additions and 4 deletions

View File

@ -292,7 +292,8 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test'
else else
{ {
print "connection au dn $dn raté"; print "connection au dn $dn raté";
print img_picto('alerte')"<br>"; print img_picto('','alerte');
print "<br>";
} }
$unbind = dolibarr_ldap_unbind($ds); $unbind = dolibarr_ldap_unbind($ds);
@ -304,7 +305,8 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test'
else else
{ {
print "déconnection du dn $dn raté"; print "déconnection du dn $dn raté";
print img_picto('alerte')"<br>"; print img_picto('','alerte');
print "<br>";
} }
} }
else else

View File

@ -279,7 +279,7 @@ DNUserExample=ex: ou=users
DNGroupExample=ex: ou=groups DNGroupExample=ex: ou=groups
DNContactActive=Contacts' synchronization? DNContactActive=Contacts' synchronization?
DNContactActiveYes=Activated synchronization DNContactActiveYes=Activated synchronization
DNContactActiveExample=Activate contacts' synchronization DNContactActiveExample=Desactivated synchronization
DNContact=Contacts' DN DNContact=Contacts' DN
DNContactExample=ex: ou=contacts DNContactExample=ex: ou=contacts
TypeExample=OpenLdap or Egroupware TypeExample=OpenLdap or Egroupware

View File

@ -280,7 +280,7 @@ DNGroupExample=ex: ou=groups
DNContactActive=Synchronisation des contacts ? DNContactActive=Synchronisation des contacts ?
DNContactActiveYes=Synchronisation activée DNContactActiveYes=Synchronisation activée
DNContact=DN des contacts DNContact=DN des contacts
DNContactActiveExample=Active la synchronisation des contacts commerciaux DNContactActiveExample=Synchronisation désactivée
DNContactExample=ex: ou=contacts DNContactExample=ex: ou=contacts
TypeExample=OpenLdap ou Egroupware TypeExample=OpenLdap ou Egroupware
##### Propal ##### ##### Propal #####