This is a discussion on LDAP password question within the PHP General forums, part of the PHP Programming Forums category; I'm working on integrating an application with an AD server, and I was wondering if the password is encrypted ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm working on integrating an application with an AD server, and I was
wondering if the password is encrypted at all, or if I need to go through the troubles of setting up ldaps:// I checked the documentation, but I couldn't find any information about plain-text vs. encrypted. Thanks! -- Ray Hauge Application Development Lead American Student Loan Services www.americanstudentloan.com |
|
|||
|
Hi Ray,
the question is for which reason you need to know something about the pwd ? to log on ? if yes, it's not needed. I personally did like that : 1. with login + pwd given by user, i try to bind. 2. if bind works, it means that user login+pwd are equal to AD login+pwd. 3. if error during bind, so error in pwd or login. that's all. Alain On 11/30/06, Ray Hauge <ray.hauge@americanstudentloan.com> wrote: > > I'm working on integrating an application with an AD server, and I was > wondering if the password is encrypted at all, or if I need to go > through the troubles of setting up ldaps:// > > > > I checked the documentation, but I couldn't find any information about > plain-text vs. encrypted. > > > > Thanks! > > > > -- > > Ray Hauge > > Application Development Lead > > American Student Loan Services > > www.americanstudentloan.com > > > > > -- Alain ------------------------------------ Windows XP SP2 PostgreSQL 8.1.4 Apache 2.0.58 PHP 5 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|