...
The keywords to specify these roles are as follows:
Role | Keyword |
---|---|
user | taskana.roleroles.user |
business_admin | taskana.roleroles.businessadmin |
admin | taskana.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 |
...