dbut amlioration LDAP

This commit is contained in:
Regis Houssin 2006-06-12 14:55:44 +00:00
parent 777ef01c0a
commit 4fc5818a34

View File

@ -263,6 +263,8 @@ if (function_exists("ldap_connect"))
{
$ldap = new Ldap();
// Test ldap_connect
// ce test n'est pas fiable car une ressource est constamment retournée
// il faut se fier au test ldap_bind
$ds = $ldap->dolibarr_ldap_connect();
if ($ds)
{