LDAP
To enable LDAP in AWF, follow these 3 steps. Of course, your PHP needs to have LDAP support.
- Turn on USE_LDAP and LDAP_* in inc/config.ini
- Configure your servers inc/ldap_server.ini 1
- If you want to sync any user data: inc/ldap_sync.ini (optional) 2
The admin backend (User Management), allows you to change the LDAP settings for each user separately.
For the developers
An LDAP connection object is created for each connection:
$awf->ldap->[connection_name]
The following methods are defined currently:
- search($filter = '', $attributes = array())
- get_attributes($filter)
- get_user_attr($username)
Created: 30.01.2006 10:27 CET, Last Change: 30.01.2006 10:41 CET by admin





