Re: [PHP] Active Directory LDAP Help

2009-10-06 Thread Tommy Pham
- Original Message > From: Devendra Jadhav > To: Yves Premel-Cabic > Cc: php-general@lists.php.net > Sent: Tue, October 6, 2009 6:18:13 AM > Subject: Re: [PHP] Active Directory LDAP Help > > The existing Infrastructure is ready. and now at this point of time t

Re: [PHP] Active Directory LDAP Help

2009-10-06 Thread Devendra Jadhav
The existing Infrastructure is ready. and now at this point of time this is difficult to switch to the Linux based. I love linux but helpless now ... There is not so much information available on php.net On Tue, Oct 6, 2009 at 6:15 PM, Yves Premel-Cabic wrote: > Why don't you use linux solutions

Re: [PHP] Active Directory LDAP Help

2009-10-06 Thread Yves Premel-Cabic
Why don't you use linux solutions like RedHat Directory Server or Mandriva Directory Server instead? (LDAP based too) These solutions are scalable, free & fully documented on the web, not like this shitty MS AD (but is there a non-shitty MS product :p) This is also much more easier to debugg...

Re: [PHP] Active Directory password change utility in PHP

2006-12-13 Thread Saqib Ali
Another reader on the usenet suggested the followng MS link, which seems pretty helpful: http://support.microsoft.com/kb/269190 saqib http://www.full-disk-encryption.net On 12/13/06, Saqib Ali <[EMAIL PROTECTED]> wrote: Another reader on the usenet suggested the followng MS link, which seems p

RE: [PHP] Active Directory password change utility in PHP

2006-12-07 Thread Vincent DUPONT
Hello I use php_ldap (see the php.net/ldap) to authenticate users against a AD server. However, this is the LDAP interface and I don't know if poeple will be allowed to change their password that way... vincent -Original Message- From: Saqib Ali [mailto:[EMAIL PROTECTED] Sent: Thu 7/1

RE: [PHP] active directory and PHP

2006-08-18 Thread Chris W. Parker
Richard Lynch on Friday, August 18, 2006 9:47 AM said: > Active Directory is a bastardized LDAP with goofy idiosyncracies to > drive you crazy. And you're speaking from experience? > Never use AD myself. Oh wait, I guess not... :/ Chris. p.s. I'm just having

RE: [PHP] active directory and PHP

2006-08-18 Thread Richard Lynch
On Fri, August 18, 2006 3:42 pm, Chris W. Parker wrote: > Richard Lynch > on Friday, August 18, 2006 9:47 AM said: > >> Active Directory is a bastardized LDAP with goofy idiosyncracies to >> drive you crazy. > > And you're speaking from experience? No, from the umpte

Re: [PHP] active directory and PHP

2006-08-18 Thread Richard Lynch
Active Directory is a bastardized LDAP with goofy idiosyncracies to drive you crazy. If you Google for "Active Directory LDAP PHP" you should find solutions fairly easily... Or so I'm told... Never use AD myself. On Thu, August 17, 2006 5:14 am, Alain Roger wrote: > Hi, > > I'm new to PHP, so s

Re: [PHP] active directory and PHP

2006-08-17 Thread Michael B Allen
On Thu, 17 Aug 2006 11:54:53 -0500 Ray Hauge <[EMAIL PROTECTED]> wrote: > > [1] You could proxy the user's username and password to ldap_sasl_bind but > > aside from being a hack it's not SSO and doesn't scale because it requires > > communication with the DC whereas Kerberos does not. And it's in

Re: [PHP] active directory and PHP

2006-08-17 Thread Michael B Allen
Hi Alain, PlexSSO is by far the best and easiest solution available for PHP SSO with Active Directory. We provide: o Windows Integerated Authentication (WIA) o Script level access to user info like username, home drive, etc. o Script level access control using windows group names Someone e

Re: [PHP] active directory and PHP

2006-08-17 Thread Ray Hauge
On Thursday 17 August 2006 11:35, Michael B Allen wrote: > Hi Alain, > > PlexSSO is by far the best and easiest solution available for PHP SSO > with Active Directory. We provide: > > o Windows Integerated Authentication (WIA) > o Script level access to user info like username, home drive, etc.

Re: [PHP] active directory and PHP

2006-08-17 Thread chris smith
On 8/17/06, Alain Roger <[EMAIL PROTECTED]> wrote: Hi, I'm new to PHP, so sorry if my question looks like stupid. I have a web application which use authorization and authentication process to log-in. I would like to know if it exists a way to synchronize the authentication with our Active Dire

RE: [PHP] Active Directory

2002-03-04 Thread Kearns, Terry
Active Directory has an LDAP interface (from what I hear). Anyway, I use the LDAP interface with our M$ Exchange server here at work to make a phonebook application. As it happens, the LDAP service is listening for requests by default (so you shouldn't have to set it up). The annoying thing is t