Re: [PHP] LDAP Authentication

2006-05-13 Thread Sameer N Ingole
Sameer N Ingole wrote: Thomas Bonham wrote: Hello, I'm trying to do a ldap authentication page. I can get there username and I don't know how to get the password from ldap. It didn't show up in the the search for the command line. So how do I get the password of the users? Hope you are doing

Re: [PHP] LDAP Authentication

2006-05-13 Thread Sameer N Ingole
Thomas Bonham wrote: Hello, I'm trying to do a ldap authentication page. I can get there username and I don't know how to get the password from ldap. It didn't show up in the the search for the command line. So how do I get the password of the users? Hope you are doing this using PHP and your

Re: [PHP] LDAP Authentication

2006-05-12 Thread Rory Browne
you're approaching this wrong - google for LDAP Authentication php, and see how they do it On 5/13/06, Thomas Bonham <[EMAIL PROTECTED]> wrote: Hello, I'm trying to do a ldap authentication page. I can get there username and I don't know how to get the password from ldap. It didn't show up in

Re: [PHP] LDAP Authentication problem

2002-09-08 Thread Stig Venaas
On Wed, Sep 04, 2002 at 03:58:18PM -0400, Brad Harriger wrote: > I'm trying to retrieve information from an NDS server using LDAP > functions in PHP 4.06. I am able to establish the connection and bind > to the server using an anonymous bind, but when I try to bind as a valid > user, the app s

Re: [PHP] LDAP Authentication

2001-05-02 Thread Richard Lynch
>I am trying ot understand how could a PHP script authenticate against a LDAP tree (NDS) that >is not in the same host? > >Anyone has an example about that? No sample code, but I assume you just pass in the IP or hostname of the remote server for http://php.net/manual/en/function.ldap-connect.php