<?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>Tue, 18 Jun 2013 18:27:41 -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>
    <item>
      <title><![CDATA[ThinkPHP Blog: Using LDIF to simulate LDAP transactions with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10516</guid>
      <link>http://www.phpdeveloper.org/news/10516</link>
      <description><![CDATA[<p>
On the ThinkPHP blog today, there's <a href="http://blog.thinkphp.de/archives/340-Using-LDIF-to-simulate-LDAP-transactions-with-PHP.html">a new post</a> from <i>Stephanie Ehrling</i> about simulating an LDAP connection and data request to PHP with LDIF.
</p>
<blockquote>
An LDIF file is a simple text file that can contain those LDAP information, which can be separated into two groups. On the one hand, it can hold exported LDAP data in a text format. The other purpose of LDIF is to use it for importing data into an LDAP based system. So it can contain data to be imported or just commands that shall be processed. This is an important fact, because that opens the door to an interesting workaround.
</blockquote>
<p>
This workaround allows you to import large amounts of data quickly and easy by dumping it into the server via a simple PHP script. The code is included in the post, but you'll need to <a href="http://www.sun.com/download/products.xml?id=3ec28dbd">have the binaries</a> to get the LDIF and LDAP functionality working together.
</p>
]]></description>
      <pubDate>Tue, 01 Jul 2008 08:45:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: Six New Articles and Tutorials]]></title>
      <guid>http://www.phpdeveloper.org/news/8268</guid>
      <link>http://www.phpdeveloper.org/news/8268</link>
      <description><![CDATA[<p>
The Bakery has six new articles/tutorials posted today on subjects ranging from working with LDAP out to Access Control:
</p>
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/how-to-use-acl-in-1-2-x>How to use ACL with Cake PHP 1.2.x?</a>
<li><a href="http://bakery.cakephp.org/articles/view/nicer-print_r-with-krumo">Sexy Cake with Krumo: Say Goodbye to print_r()</a>
<li><a href="http://bakery.cakephp.org/articles/view/using-ldap-as-a-datasource-basic-find-example">Using ldap as a datasource: basic find example</a>
<li><a href="http://bakery.cakephp.org/articles/view/ldap-datasource-for-cakephp">LDAP datasource for cakePHP</a>
<li><a href="http://bakery.cakephp.org/articles/view/haml-markup-haiku">Haml: Markup Haiku</a>
<li><a href="http://bakery.cakephp.org/articles/view/real-world-access-control">Real World Access Control</a>
</ul>
<p>
Check out <a href="http://bakery.cakephp.org">The Bakery</a> for more great articles and tutorials (as well as case studies on sites using the CakePHP framework).
</p>]]></description>
      <pubDate>Tue, 17 Jul 2007 12:09:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jan Schneider's Blog: 3 projects at Google's Summer of Code]]></title>
      <guid>http://www.phpdeveloper.org/news/5443</guid>
      <link>http://www.phpdeveloper.org/news/5443</link>
      <description><![CDATA[<p>
<i>Jan Schneider</i> has a <a href="http://janschneider.de/news/5/277">new blog post</a> today concerning the acceptance of three projects (based on the Horde Project) into the Google "Summer of Code" program for this year.
</p>
<quote>
<i>
3 student applications for projects in the Horde Project have been accepted by Google's Summer of Code 2006 program: an LDAP browser/manager, a Live CD, and "Wandering Books".
</i>
</quote>
<p>
Here's some of the details:
<ul>
<li><i>Jonathan Burchfield</i>'s LDAP module for the Horde Application Framework to include full read/write functionality when completed
<li><i>Soumyadip Modak</i>'s development of a Horde bootable Live CD with a complete install of all Groupware modules Horde.
<li><i>Luciano Ramalho</i>'s "Wandering Books" application to allow anyone to turn their own library into a lending library quickly and easily.
</ul>
</p>]]></description>
      <pubDate>Thu, 25 May 2006 05:33:19 -0500</pubDate>
    </item>
  </channel>
</rss>
