Difference between revisions of "Integration/LDAP"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 1: | Line 1: | ||
Different options for LDAP integration exists | Different options for LDAP integration exists | ||
# Validate credentials | # Validate credentials: Check username/password against LDAP | ||
# Synchronize groups | # Synchronize groups: Add/remove groups as defined in the LDAP | ||
# Create missing users | # Create missing users: Create users with correct LDAP credentials | ||
Credential validation (1) is mandatory, while group synchronization (2) and automatic user creation | Credential validation (1) is mandatory, while group synchronization (2) and automatic user creation (3) is optional. |
Revision as of 13:49, 8 March 2013
Different options for LDAP integration exists
- Validate credentials: Check username/password against LDAP
- Synchronize groups: Add/remove groups as defined in the LDAP
- Create missing users: Create users with correct LDAP credentials
Credential validation (1) is mandatory, while group synchronization (2) and automatic user creation (3) is optional.