<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 03:47:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Make Me Pulse Blog: Connect to Active Directory LDAP with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12765</guid>
      <link>http://www.phpdeveloper.org/news/12765</link>
      <description><![CDATA[<p>
On the "Make Me Pulse" blog today <i>Ludovic Hindryckx</i> has <a href="http://blog.makemepulse.com/2009/06/25/connect-to-active-directory-ldap-with-phpse-connecter-a-un-active-directory-avec-php/">a bit of code</a> he's shared to let you connect PHP to an Active Directory server (via an LDAP connection).
</p>
<blockquote>
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.
</blockquote>
<p>
The script calls the <a href="http://php.net/ldap_connect">ldap_connect</a> 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.
</p>]]></description>
      <pubDate>Fri, 26 Jun 2009 11:17:07 -0500</pubDate>
    </item>
  </channel>
</rss>
