Ajout: possibilt de dsactiver 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
{
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

View File

@ -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

View File

@ -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 #####