<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://adldap.sourceforge.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://adldap.sourceforge.net/wiki/feed.php">
        <title>adLDAP - Intergrating PHP and Active Directory</title>
        <description></description>
        <link>http://adldap.sourceforge.net/wiki/</link>
        <image rdf:resource="http://adldap.sourceforge.net/wiki/lib/images/favicon.ico" />
       <dc:date>2009-12-24T23:55:17+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://adldap.sourceforge.net/wiki/doku.php?id=api_exchange_functions&amp;rev=1261604107&amp;do=diff"/>
                <rdf:li rdf:resource="http://adldap.sourceforge.net/wiki/doku.php?id=api_user_functions&amp;rev=1259584114&amp;do=diff"/>
                <rdf:li rdf:resource="http://adldap.sourceforge.net/wiki/doku.php?id=api_group_functions&amp;rev=1256639601&amp;do=diff"/>
                <rdf:li rdf:resource="http://adldap.sourceforge.net/wiki/doku.php?id=api_examples&amp;rev=1256601097&amp;do=diff"/>
                <rdf:li rdf:resource="http://adldap.sourceforge.net/wiki/doku.php?id=api&amp;rev=1251197813&amp;do=diff"/>
                <rdf:li rdf:resource="http://adldap.sourceforge.net/wiki/doku.php?id=api_changelog&amp;rev=1251197775&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://adldap.sourceforge.net/wiki/lib/images/favicon.ico">
        <title>adLDAP - Intergrating PHP and Active Directory</title>
        <link>http://adldap.sourceforge.net/wiki/</link>
        <url>http://adldap.sourceforge.net/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://adldap.sourceforge.net/wiki/doku.php?id=api_exchange_functions&amp;rev=1261604107&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-23T21:35:07+00:00</dc:date>
        <title>api_exchange_functions</title>
        <link>http://adldap.sourceforge.net/wiki/doku.php?id=api_exchange_functions&amp;rev=1261604107&amp;do=diff</link>
        <description>adLDAP &gt;= 3.0

Creating Exchange mailboxes over PHP and LDAP has long been the holy grail for many developers, with a distinct lack of documentation and achieved purely from trial and error and researching all the Active Directory LDAP attributes.</description>
    </item>
    <item rdf:about="http://adldap.sourceforge.net/wiki/doku.php?id=api_user_functions&amp;rev=1259584114&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-30T12:28:34+00:00</dc:date>
        <title>api_user_functions</title>
        <link>http://adldap.sourceforge.net/wiki/doku.php?id=api_user_functions&amp;rev=1259584114&amp;do=diff</link>
        <description>These are functions specifically aimed at user creation, querying and modification.

authenticate($username,$password,$prevent_rebind=false)

 Authenticate the username/password of a user against a domain controller.  

If you are using Single Sign-on then you won't need to call authenticate() as you can let your Web server perform the work for you.  However, in the case of single sign-on you will need to define an username and password to connect to your domain controller in the configuration.</description>
    </item>
    <item rdf:about="http://adldap.sourceforge.net/wiki/doku.php?id=api_group_functions&amp;rev=1256639601&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-27T10:33:21+00:00</dc:date>
        <dc:creator>Richard Hyland</dc:creator>
        <title>api_group_functions</title>
        <link>http://adldap.sourceforge.net/wiki/doku.php?id=api_group_functions&amp;rev=1256639601&amp;do=diff</link>
        <description>These are functions specifically aimed at group, querying and membership modifications.

Groups in Active Directory can take the form of Security Groups or Distribution Lists, adLDAP supports the querying of both these types of groups.

group_add_group($parent,$child)

 Adds the child group to the parent group and returns true or false.</description>
    </item>
    <item rdf:about="http://adldap.sourceforge.net/wiki/doku.php?id=api_examples&amp;rev=1256601097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-26T23:51:37+00:00</dc:date>
        <title>api_examples</title>
        <link>http://adldap.sourceforge.net/wiki/doku.php?id=api_examples&amp;rev=1256601097&amp;do=diff</link>
        <description>Here are just a few examples of what you can do with adLDAP.  Read the full Developers API Reference to see what other functions are available.  There's so much more than just authenticating and getting group/user information!

Connecting to Active Directory

require_once(dirname(__FILE__) . '/adLDAP.php');
$adldap = new adLDAP();</description>
    </item>
    <item rdf:about="http://adldap.sourceforge.net/wiki/doku.php?id=api&amp;rev=1251197813&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-25T10:56:53+00:00</dc:date>
        <dc:creator>Richard Hyland</dc:creator>
        <title>api - Added changelog</title>
        <link>http://adldap.sourceforge.net/wiki/doku.php?id=api&amp;rev=1251197813&amp;do=diff</link>
        <description>This API is intended to be an accurate representation of the current version of the class. A great deal of knowledge is involved in the LDAP schema, so we actively encourage people to add to this documentation if you are able to improve it....

Server Requirements

	*  PHP 5 As of adLDAP version 3.0, PHP 4 support is no longer supported, if you require PHP 4 support, please download adLDAP version 2.1.
	*  LDAP extensions to PHP
	*  An Active Directory domain controller to connect to, preferably…</description>
    </item>
    <item rdf:about="http://adldap.sourceforge.net/wiki/doku.php?id=api_changelog&amp;rev=1251197775&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-25T10:56:15+00:00</dc:date>
        <dc:creator>Richard Hyland</dc:creator>
        <title>api_changelog - created</title>
        <link>http://adldap.sourceforge.net/wiki/doku.php?id=api_changelog&amp;rev=1251197775&amp;do=diff</link>
        <description>This is the change log for adLDAP maintained since adLDAP version 3.0

Version 3.3

[+] New feature: Calling adLDAP without LDAP support in PHP will now throw an adLDAPException
[+] New feature: Specifying a NULL $_base_dn will now automatically attempt to detect the base_dn from your domain controller
[+] New feature: Most user objects can now be queried using a user's GUID as well as their username (samAccountName).  Set the $isGUID optional parameter to true. To obtain a user's GUID either us…</description>
    </item>
</rdf:RDF>
