mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_config: fix kimai.yaml
This commit is contained in:
@@ -26,11 +26,11 @@ kimai:
|
||||
role:
|
||||
baseDn: ou=groups, dc=example, dc=com
|
||||
filter: (&(objectClass=groupOfUniqueNames))
|
||||
usernameAttribute: cn
|
||||
usernameAttribute: uid
|
||||
nameAttribute: cn
|
||||
userDnAttribute: member
|
||||
|
||||
# Convert LDAP group name (nameAttribute) to Kimai role. Available roles are listed here: https://www.kimai.org/documentation/permissions.html
|
||||
groups:
|
||||
- { ldap_value: lldap_admin, role: ROLE_SUPER_ADMIN }
|
||||
# add additional group mappings here
|
||||
# add additional group mappings here
|
||||
|
||||
Reference in New Issue
Block a user