|  | Posted by Daniel Tryba on 06/17/86 11:16 
In comp.lang.php R.Smits <R.Smits@io.tudelft.nl> wrote:> 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.
 
 Simple, the first argument in your call of ldap_bind had the value NULL,
 it should be a resource instead.
 
 > This is the code :
 >
 > $bind = ldap_bind($ds ,"cn=user,o=company","password");
 
 Where does $ds get it's value?
 
 FUP to comp.lang.php
 [Back to original message] |