-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b0a74a
commit 59f923d
Showing
4 changed files
with
44 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
############################################## | ||
# This file is used to configure the users and groups if automatic reload of them is desired. | ||
# If not keep this file empty. | ||
############################################## | ||
############################################## | ||
# Authorization Groups | ||
#-------------------------------------------- | ||
# A list of authorization groups for databases, | ||
# DBPTKE will compare user roles with permissions saved in databases status using these groups. | ||
# Label: Replaces attributeValue in interface. | ||
# attributeName: Session attribute that will be added in user roles | ||
# attributeOperator: Operator used to check database permissions | ||
# attributeValue: Value used to check database permissions | ||
# For now only the EQUAL operator is implemented | ||
############################################## | ||
#lists.collections.authorization.groups[]={list value} | ||
#lists.collections.authorization.groups[].{list value}.label=Group1 | ||
#lists.collections.authorization.groups[].{list value}.attributeName=memberOf | ||
#lists.collections.authorization.groups[].{list value}.attributeOperator=EQUAL | ||
#lists.collections.authorization.groups[].{list value}.attributeValue=roda |