DAViCal
|
Public Member Functions | |
__construct ($config) | |
getAllUsers ($attributes) | |
getAllGroups ($attributes) | |
requestUser ( $filter, $attributes=NULL, $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 = NULL , |
|||
$username, | |||
$passwd | |||
) |
Returns the result of the LDAP query
string | $filter | The filter used to search entries |
array | $attributes | Attributes to be returned |
string | $passwd | password to check |
Definition at line 190 of file drivers_ldap.php.
ldapDriver::$connect |
#+ @access private Holds the LDAP connection parameters
Definition at line 28 of file drivers_ldap.php.