Page 1 of 1

PHP and Active Directory

Posted: Mon Dec 04, 2006 9:02 am
by timclaason
Does anyone know if PHP on IIS server is able to integrate with Active Directory? If so, do you know of any websites where I can learn more about it?

Found it

Posted: Mon Dec 04, 2006 12:13 pm
by timclaason
There's a bunch of ldap functions.

http://phpbuilder.com/manual/en/ref.ldap.php

Posted: Mon Dec 04, 2006 3:42 pm
by iluxa
What kind of integration are you looking for? Directory lookups? Authentication?

LDAP

Posted: Mon Dec 04, 2006 3:46 pm
by timclaason
All of the above really. I'd like to do authentication so all passwords can be central.

I'd also like to get a list of users for various components of my Intranet web application.

Posted: Mon Dec 04, 2006 4:25 pm
by iluxa
Take a look at http://adldap.sourceforge.net/ for authentication.