Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The keywords to specify these roles are as follows:

RoleKeyword
usertaskana.roleroles.user
business_admintaskana.roleroles.businessadmin
admintaskana.roleroles.admin


Each entry may contain a list of access ids that are separated by the '|' character. Whitespace at the begin or end of each access id is ignored. This is, as sample config may look like


Code Block
taskana.roleroles.user = group1 | group2

taskana.roleroles.admin= Holger  |  admingroup1| admingroup2|admingroup3 | uid=john.doe,ou=People,dc=example,dc=com

taskana.roleroles.businessadmin=busadmgrpa|busadmgrpb | busadmgrpc

...