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 161 of file drivers_ldap.php.
ldapDriver::getAllUsers | ( | $attributes | ) |
Retrieve all users from the LDAP directory
Definition at line 129 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 200 of file drivers_ldap.php.
ldapDriver::$connect |
#+ private Holds the LDAP connection parameters
Definition at line 28 of file drivers_ldap.php.