Hi,
I want to read user information from the microsoft windows 2003 server.
In the windows server 2003, i've create a domain, called "wissenskolleg" .
I've assigned a password to it.
Now, i want get access to the Active Directory with PHP.
My code:
$ds=ldap_connec t("wissenkolleg .com");
$r=ldap_bind($d s,"administrato r","psword") ;
Always I've get the following error message: warning: ldap_bind(): For
Unable ton bind tons of servers
I've found out, that $ds always return: Resource id #2
If i changed "wissenkolleg.c om" in "whyitis", it is all the same, i've can
only read: Resource id #2 and the same error with ldap_bind.
I hope you can understand the problem. Any useful hint is welcome.
I want to read user information from the microsoft windows 2003 server.
In the windows server 2003, i've create a domain, called "wissenskolleg" .
I've assigned a password to it.
Now, i want get access to the Active Directory with PHP.
My code:
$ds=ldap_connec t("wissenkolleg .com");
$r=ldap_bind($d s,"administrato r","psword") ;
Always I've get the following error message: warning: ldap_bind(): For
Unable ton bind tons of servers
I've found out, that $ds always return: Resource id #2
If i changed "wissenkolleg.c om" in "whyitis", it is all the same, i've can
only read: Resource id #2 and the same error with ldap_bind.
I hope you can understand the problem. Any useful hint is welcome.
Comment