...
- http://www.sonatype.com/books/nexus-book/reference/ldap.html
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPAuthentication
- http://markmail.org/message/u3cx5fpwkqkgibsi
- http://shiro.apache.org/architecture.html
- http://confluence.atlassian.com/display/DOC/Connecting+to+an+LDAP+Directory
General Configuration
...
User Mapping
| Old property (prior to 1.1) | New property (since plugin 1.1) | Description | Default value | Example for Active Directory Server |
|---|---|---|---|---|
| ldap.baseDn | ldap.user.baseDn | Base DN | cn=users,dc=example,dc=org | |
| ldap.userObjectClass | ldap.user.objectClass | Object class of LDAP users. | inetOrgPerson | user |
| ldap.loginAttribute | ldap.user.loginAttribute | Attribute in LDAP holding the user’s login. | uid | sAMAccountName |
| userpassword | ||||
| ldap.user.realNameAttribute | Attribute in LDAP holding the user’s real name. | cn | cn | |
| ldap.user.emailAttribute | Attribute in LDAP holding the user’s email. |
Group Mapping
Supported only static type of groups - when group contains list of users, but not dynamic - when user entry contains attribute ( memberOf ) with list of groups.
| New property (since plugin 1.1) | Description | Default value | Example for Active Directory Server |
|---|---|---|---|
| ldap.group.baseDn | Base DN | cn=groups,dc=example,dc=org | |
| ldap.group.objectClass | Object Class | groupOfUniqueNames | group |
| ldap.group.idAttribute | Group Id Attribute | cn | cn |
| ldap.group.memberAttribute | Group Member Attribute | uniqueMember | member |

