adLDAP - LDAP authentication with PHP for Active Directory

SourceForge.net Logo

Download adLDAP

Releases

adLDAP is open source software and is released under the GNU Lesser General Public License.

adLDAP version 3 is a major upgrade to version 2. Some code written for adLDAP versions 1 & 2 may not work automatically with version 3.

Please note that version 3.x requires PHP 5. For PHP 4 support, please download adLDAP version 2.1

Current Release

MD5: 31d0153a734c5470bcf08ac81daf62c6
SHA1: 421ecd0ce02065f0a96baccd8978554cf0c35e16

Previous Releases

Source Code

The adLDAP source code is now available on SourceForge in our own Subversion repository. You must have a Subversion client installed before you can use it.

You can downloaded from any branch, tag or the trunk directly

  • Trunk: This is the main development trunk of adLDAP. Code located here is in working condition but is often more recently than the official release. However it is not recommended to run code from the Trunk in a production environment
  • Branches: Any branches, or historical maintained versions of adLDAP are stored here
  • Tags: Released versions of adLDAP are tagged as their release numbers in this part of the repository so they are always available

To download from the latest 3.3.1 release (recommended), enter the following command from the command-line in the directory you wish to download to:

svn export http://adldap.svn.sourceforge.net/svnroot/adldap/tags/v3.3.1

If you want to be bleeding-edge, there might be more recent developments in the trunk, which in all likelyhood won't be documented yet, you can use the following command:

svn checkout http://adldap.svn.sourceforge.net/svnroot/adldap/trunk

You can also browse the respository from your web browser.