|
DAViCal
|
Public Member Functions | |
| __construct ($config) | |
| getAllUsers ($attributes) | |
| getAllGroups ($attributes) | |
| requestUser ( $filter, $attributes, $username, $passwd) | |
Public Attributes | |
| $connect | |
Plugin to authenticate and sync with LDAP
Definition at line 19 of file drivers_ldap.php.
| ldapDriver::__construct | ( | $config | ) |
#- Initializes the LDAP connection
| array | $config | The configuration data |
Definition at line 38 of file drivers_ldap.php.
| ldapDriver::getAllGroups | ( | $attributes | ) |
Retrieve all groups from the LDAP directory
Definition at line 153 of file drivers_ldap.php.
| ldapDriver::getAllUsers | ( | $attributes | ) |
Retrieve all users from the LDAP directory
Definition at line 121 of file drivers_ldap.php.
| ldapDriver::requestUser | ( | $filter, | |
| $attributes, | |||
| $username, | |||
| $passwd | |||
| ) |
Actually look up a user in the LDAP directory (this is the LDAP part of LDAP_check() below)
| string | $filter | The filter used to search entries |
| array | $attributes | Attributes to be returned |
| string | $username | username to check |
| string | $passwd | password to check |
Definition at line 192 of file drivers_ldap.php.
| ldapDriver::$connect |
#+ @access private Holds the LDAP connection parameters
Definition at line 28 of file drivers_ldap.php.