mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Fix Role/Permissions
This commit is contained in:
parent
1075ecd9e9
commit
aa0497dc14
1 changed files with 3 additions and 3 deletions
|
@ -139,17 +139,17 @@ kimai:
|
|||
# The attribute must be given in lowercase!
|
||||
# The example below uses "posix group style memberUid".
|
||||
# default: dn
|
||||
#usernameAttribute: uid
|
||||
usernameAttribute: uid
|
||||
|
||||
# Field that holds the group name, which will be used to map the
|
||||
# LDAP groups with Kimai roles (see groups mapping below).
|
||||
# default: cn
|
||||
#nameAttribute: cn
|
||||
nameAttribute: cn
|
||||
|
||||
# Field that holds the users dn in your LDAP group definition.
|
||||
# Value of this configuration is used in the filter (see above).
|
||||
# default: member
|
||||
#userDnAttribute: member
|
||||
userDnAttribute: groupPermission
|
||||
|
||||
# Convert LDAP group name (nameAttribute) to Kimai role
|
||||
# You will very likely have to define mappings, unless your groups
|
||||
|
|
Loading…
Add table
Reference in a new issue