2017 © Pedro Peláez
 

library adldap

A PHP LDAP Library for Active Directory Manipulation

image

adldap/adldap

A PHP LDAP Library for Active Directory Manipulation

  • Tuesday, June 16, 2015
  • by Rich2k
  • Repository
  • 61 Watchers
  • 362 Stars
  • 53,544 Installations
  • PHP
  • 13 Dependents
  • 0 Suggesters
  • 194 Forks
  • 87 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Description

ATTENTION: Version v5.0.0 is in heavy development, however it is close to completion. Use 'dev-master' at you're own risk., (*1)

adLDAP is a tested PHP class library that provides LDAP authentication and Active Directory management tools., (*2)

Index

Note: Documentation is incomplete as Adldap is currently in the upgrade process to version 5.0.0. They will be fully featured and complete in the coming weeks., (*3)

Requirements

To use adLDAP, your sever must support:, (*4)

  • PHP 5.4 or greater
  • PHP LDAP Extension

Optional Requirements

If your AD server requires SSL, your server must support the following libraries:, (*5)

  • PHP SSL Libraries (http://php.net/openssl)

Installation

adLDAP has moved to a composer based installation. If you'd like to use adLDAP without an auto-loader, you'll have to require the files inside the project src/ directory yourself., (*6)

Insert Adldap into your composer.json file:, (*7)

"adldap/adldap": "5.0.*"

Run composer update, (*8)

You're good to go!, (*9)

Need to test an LDAP connection?

If you need to test something with access to an LDAP server, the generous folks at Georgia Tech have you covered., (*10)

Use the following configuration:, (*11)

$config = array(
    'account_suffix' => "@gatech.edu",

    'domain_controllers' => array("whitepages.gatech.edu"),

    'base_dn' => 'dc=whitepages,dc=gatech,dc=edu',

    'admin_username' => '',

    'admin_password' => '',
);

$ad = new Adldap($config);

However while useful for basic testing, the queryable data only includes user data, so if you're looking for testing with any other information or functionality such as modification, you'll have to use you're own server., (*12)

The Versions

16/06 2015

dev-master

9999999-dev

A PHP LDAP Library for Active Directory Manipulation

  Sources   Download

LGPL-2.1

The Requires

  • php >=5.4.0
  • ext-ldap *

 

The Development Requires

by Scott Barnett
by Richard Hyland
by Steve Bauman

ldap windows active directory

16/06 2015

5.0.0.x-dev

5.0.0.9999999-dev

A PHP LDAP Library for Active Directory Manipulation

  Sources   Download

LGPL-2.1

The Requires

  • php >=5.4.0
  • ext-ldap *

 

The Development Requires

by Scott Barnett
by Richard Hyland
by Steve Bauman

ldap windows active directory