Ajout: possibilté de désactiver 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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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 #####
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user