News Feed
Jobs Feed
Sections




News Archive
Make Me Pulse Blog:
Connect to Active Directory LDAP with PHP
June 26, 2009 @ 11:17:07

On the "Make Me Pulse" blog today Ludovic Hindryckx has a bit of code he's shared to let you connect PHP to an Active Directory server (via an LDAP connection).

Today we are going to see how to make an authentication with PHP and an Active Directory LDAP (AD). [...] This code sample has been tested on a Windows 2k3 server.

The script calls the ldap_connect connect function with the user-submitted username and password and runs a bind (as the user) and searches for an account with the same name. If the information is found, it returns back to the $info variable to be checked.

0 comments voice your opinion now!
tutorial activedirectory ldap


blog comments powered by Disqus

Similar Posts

ElectricToolBox.com: Method chaining with PHP

DevShed: Introducing the Flyweight Pattern with PHP 5

Rasmus Lerdorf's Blog: Writing an OAuth Provider Service

PhPL33t Blog: How to Automated Plesk Email Creation

PHP-GTK Community Site: Extending GtkMenu class for Popup menu dialog


Community Events











Don't see your event here?
Let us know!


community code introduction podcast development testing tool phpunit series language interview functional application example opinion conference release unittest zendframework2 framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework