RE: [PHP] ldap_bind() connectivity
[email protected] ("Ashley M. Kirchner")
| Newsgroups | php.general |
|---|---|
| Message-ID | <003301cac46e$872a1850$957e48f0$@com> |
> -----Original Message----- > From: Peter Lind [mailto:[email protected]] > Sent: Monday, March 15, 2010 3:13 AM > To: Ashley M. Kirchner > Cc: [email protected] > 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