Posted by David Wahler on 11/28/05 15:08
andyt_2000_uk@yahoo.co.uk wrote:
> Unfortunately i still get the same errors of not being able to bind to
> AD.
Try changing:
die("Couldn't bind to AD!");
to:
die("Couldn't bind to AD: " . ldap_error($ad));
As it is, you're suppressing all the useful information that might help
you solve the problem.
-- David
Navigation:
[Reply to this message]
|