- Version: 0.3
- Author: Ben Passmore
- Build Date: 2011-10-05
- Requirements: Symphony 2.2.3
Allows LDAP users to login to the administration section of symphony. If an administrative users credentials fail, the LDAP Authors extension attempts to authenticate to the configured LDAP server. If successful the extension queries the authors table to find the authors details. If the author does not exist (ie: first time the LDAP user has logged in) the extension searches the LDAP server for the necessary details and adds the author.
- Add the
ldap_authorsfolder to your Extensions directory - Enable the extension from the Extensions page
- Configure LDAP settings found in your manifest/config.php
serverthe LDAP server IP or Hostname. e.g.ldap.example.comportthe LDAP server's port. Defaults to389protocol_versionthe LDAP protocol version. Defaults to version3basednthe Basedn path for your LDAP environmentfilterdnthe filter path for LDAP user lookup. e.g.cn=%username%. Note: this string must contain%username%to search for the target userfirst_name_keythe users first name LDAP key. e.g.givennamelast_name_keythe users last name LDAP key. e.g.snemail_keythe users email LDAP key. e.g.maildefault_author_typethe default author type of new LDAP users
- changing an authors username and/or password is not possible, as this will de-associate the author from your LDAP environment