Feature #968
Configurable user field for LDAP authentication
Status: | Closed | Start date: | 11/07/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | OpenNebula Systems Support Team | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | - | |||
Resolution: | fixed | Pull request: |
Description
The field where the LDAP addon searches for user names is hardcoded to cn
but this is not the user name in all installations. This should be configurable.
History
#1 Updated by Ruben S. Montero over 9 years ago
- Category set to Drivers - Auth
- Assignee set to OpenNebula Systems Support Team
- Target version set to Release 3.4
#2 Updated by Ruben S. Montero over 9 years ago
- translation missing: en.field_story_points set to 0
#3 Updated by Ruben S. Montero over 9 years ago
- Target version deleted (
Release 3.4)
#4 Updated by Javi Fontan over 9 years ago
- Status changed from New to Closed
- Resolution set to fixed
This is already done in the LDAP driver version that comes with 3.2.
From the new configuration file:
# field that holds the user name, if not set 'cn' will be used :user_field: 'cn'