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

PHP F1: PHP Session Tutorial

DevShed: Introducing the Flyweight Pattern with PHP 5

DevShed: Generating View from MySQL to Simulate the Model-View-Controller Schema in PHP

CodeIgniter Blog: New Site Enhancements

Zend Developer Zone: OSCON '07 Wrapup


Community Events











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


zendframework2 release database testing api interview series introduction example framework code community podcast opinion language object functional composer development conference

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