RE: [PHP] ldap_search() question

2003-11-24 Thread Schechter, Ricky
[EMAIL PROTECTED]' Subject: Re: [PHP] ldap_search() question On Sat, 22 Nov 2003, Schechter, Ricky wrote: > Do I use ldap_search to authenticate users in LDAP? I can successfully > search the LDAP and retrieve user's data based on a search criteria like > (cn=something). If I

[PHP] ldap_search() question

2003-11-23 Thread Daniel Baird
"Schechter, Ricky" <[EMAIL PROTECTED]> wrote: Do I use ldap_search to authenticate users in LDAP? I can successfully search the LDAP and retrieve user's data based on a search criteria like (cn=something). If I use (password=somepass) or (userPassword=somepass) in the search criteria it comes bac

Re: [PHP] ldap_search() question

2003-11-23 Thread Kelly Hallman
On Sat, 22 Nov 2003, Schechter, Ricky wrote: > Do I use ldap_search to authenticate users in LDAP? I can successfully > search the LDAP and retrieve user's data based on a search criteria like > (cn=something). If I use (password=somepass) or (userPassword=somepass) > in the search criteria it com

[PHP] ldap_search() question

2003-11-22 Thread Schechter, Ricky
Do I use ldap_search to authenticate users in LDAP? I can successfully search the LDAP and retrieve user's data based on a search criteria like (cn=something). If I use (password=somepass) or (userPassword=somepass) in the search criteria it comes back with no hits. How should this be done? D