> -----Original Message-----
> From: Peter Lind [mailto:peter.e.l...@gmail.com]
> Sent: Monday, March 15, 2010 3:13 AM
> To: Ashley M. Kirchner
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] ldap_bind() connectivity
> 
> You might want to check what the function outputs with:
> 
> var_dump($ldapbind);
> 
> after the call to ldap_bing(). That way you'll know what actually got
> returned from the function.


SOLVED.  As it turned out, it had nothing to do with ldap_bind() ... it had to 
do with the fact that my brain is still adjusting from the time change and I 
missed an 'echo' ...

Thanks all.

A


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to