PHP and Active Directory

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
timclaason
Forum Commoner
Posts: 77
Joined: Tue Dec 16, 2003 9:06 am
Location: WI

PHP and Active Directory

Post 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?
timclaason
Forum Commoner
Posts: 77
Joined: Tue Dec 16, 2003 9:06 am
Location: WI

Found it

Post by timclaason »

There's a bunch of ldap functions.

http://phpbuilder.com/manual/en/ref.ldap.php
iluxa
Forum Newbie
Posts: 15
Joined: Wed Nov 29, 2006 3:29 am

Post by iluxa »

What kind of integration are you looking for? Directory lookups? Authentication?
timclaason
Forum Commoner
Posts: 77
Joined: Tue Dec 16, 2003 9:06 am
Location: WI

LDAP

Post 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.
iluxa
Forum Newbie
Posts: 15
Joined: Wed Nov 29, 2006 3:29 am

Post by iluxa »

Take a look at http://adldap.sourceforge.net/ for authentication.
Post Reply