RE: [PHP] ldap_bind() connectivity

2010-03-15 Thread Ashley M. Kirchner
> -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 out

Re: [PHP] ldap_bind() connectivity

2010-03-15 Thread chamila gayan
if you sure you have valid credentials check your account and sure it hasn't locked, perhaps it may locked. On Mon, Mar 15, 2010 at 2:42 PM, Peter Lind wrote: > You might want to check what the function outputs with: > > var_dump($ldapbind); > > after the call to ldap_bing(). That way you'll kn

Re: [PHP] ldap_bind() connectivity

2010-03-15 Thread Peter Lind
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. On 15 March 2010 09:54, Ashley M. Kirchner wrote: > Thanks to Jochem Mass for helping earlier to the string splitting.