I want to use the ldap access. What do I have to do?
First of all you have to have the ldap extensions of PHP activated. Then the checkbox in the setup appears. After this you have to: – Activate LDAP by setting the LDAP-field in setup.php to 1. – Edit ldapconf.php according to your needs. (You can create as many ldap-configurations as you want to, you just have to copy the configuration array and increase its index number by one -e.g. change the index to ‘2’ for the 2nd configuration). -Create your new users by choosing ‘create user’ in the admin module. You have to select one LDAP-configuration and to enter user-data that can’t be retrieved via LDAP. The loginname has to be equivalent to the LDAP UID (you can change this in ldapconf.php by changing the ‘uid’-field to the field you want to, but this has not been tested).