Ajout: possibilt de dsactiver la synchro des contacts sur LDAP
This commit is contained in:
parent
3fe7ca1fab
commit
ebbf94f630
@ -292,7 +292,7 @@ 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')"<br>";
|
||||
}
|
||||
|
||||
$unbind = dolibarr_ldap_unbind($ds);
|
||||
@ -304,7 +304,7 @@ 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')"<br>";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user