From aa0497dc149d6477f5c8609fe40ac043320507fb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 18 Apr 2020 20:09:33 +0200 Subject: [PATCH] Fix Role/Permissions --- conf/local.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/local.yaml b/conf/local.yaml index e59c582..ef8501e 100644 --- a/conf/local.yaml +++ b/conf/local.yaml @@ -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