Hello,
I'm trying to make a ldap query but I am getting a strange error.
Warning: ldap_bind() expects parameter 1 to be resource, null given in
home/user1/cgibin/test.php on line 10
Does anyone knows what this means.
This is the code :
$bind = ldap_bind($ds ,"cn=user,o=com pany","password ");
I have ldap support in php.
[PHP Modules]
ldap
openssl
overload
pcre
posix
session
standard
tokenizer
xml
[Zend Modules]
Greetings... Richard Smits
Technical University Delft
I'm trying to make a ldap query but I am getting a strange error.
Warning: ldap_bind() expects parameter 1 to be resource, null given in
home/user1/cgibin/test.php on line 10
Does anyone knows what this means.
This is the code :
$bind = ldap_bind($ds ,"cn=user,o=com pany","password ");
I have ldap support in php.
[PHP Modules]
ldap
openssl
overload
pcre
posix
session
standard
tokenizer
xml
[Zend Modules]
Greetings... Richard Smits
Technical University Delft
Comment