|
Posted by Frank F on 02/28/06 15:48
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_connect("wissenkolleg.com");
$r=ldap_bind($ds,"administrator","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.com" 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.
Navigation:
[Reply to this message]
|