Access Active Directory (of WINDOWS SERVER 2003) via LDAP
- From: "Frank F" <frank.ovic@xxxxxx>
- Date: Tue, 28 Feb 2006 14:48:08 +0100
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.
.
- Prev by Date: how to document a website/database
- Next by Date: Re: Access Violation at 01CE5CE6
- Previous by thread: how to document a website/database
- Next by thread: empty variable if/then
- Index(es):
Relevant Pages
|