Class ldapDrivers

Description

Located in /inc/drivers_ldap.php (line 15)


	
			
Method Summary
 ldapDrivers __construct (array $config)
 ldapDrivers ldapDrivers (array $config)
 void getAllUsers ( $attributes)
 array requestUser (string $filter, [array $attributes = NULL], string $passwd)
Methods
Constructor __construct (line 43)

Initializes the LDAP connection

ldapDrivers __construct (array $config)
  • array $config: The configuration data
Constructor ldapDrivers (line 33)

Constructor.

ldapDrivers ldapDrivers (array $config)
  • array $config: The configuration data
getAllUsers (line 124)

Retrieve all users from the LDAP directory

void getAllUsers ( $attributes)
  • $attributes
requestUser (line 155)

Returns the result of the LDAP query

  • return: Contains selected attributes from all entries corresponding to the given filter
array requestUser (string $filter, [array $attributes = NULL], string $passwd)
  • string $filter: The filter used to search entries
  • array $attributes: Attributes to be returned
  • string $passwd: password to check

Documentation generated on Tue, 18 Nov 2008 18:33:30 +1300 by phpDocumentor 1.3.2