Share

PHP LDAP class for Active Directory

File Release Notes and Changelog

Release Name: adLDAP_1.0

Notes:
Beta at this stage, but it has been in use in several production environments without any problems.

Changes: - authenticate($username,$password) Authenticate to the directory with a specific username and password - user_info($user,$fields) Returns an array of information for a specific user - user_groups($user) Returns an array of groups that a user is a member off - user_ingroup($user,$group) Returns true if the user is a member of the group