summaryrefslogtreecommitdiffstats
path: root/base/tps-tomcat/shared/webapps/tps/WEB-INF/auth.properties
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps-tomcat/shared/webapps/tps/WEB-INF/auth.properties')
-rw-r--r--base/tps-tomcat/shared/webapps/tps/WEB-INF/auth.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps-tomcat/shared/webapps/tps/WEB-INF/auth.properties b/base/tps-tomcat/shared/webapps/tps/WEB-INF/auth.properties
index bc64a58f0..e986b87a3 100644
--- a/base/tps-tomcat/shared/webapps/tps/WEB-INF/auth.properties
+++ b/base/tps-tomcat/shared/webapps/tps/WEB-INF/auth.properties
@@ -6,8 +6,6 @@
account.login = certServer.tps.account,login
account.logout = certServer.tps.account,logout
-admin.users = certServer.tps.users,execute
-admin.groups = certServer.tps.groups,execute
authenticators.read = certServer.tps.authenticators,read
authenticators.add = certServer.tps.authenticators,add
authenticators.modify = certServer.tps.authenticators,modify
@@ -18,6 +16,7 @@ connections.read = certServer.tps.connections,read
connections.add = certServer.tps.connections,add
connections.modify = certServer.tps.connections,modify
connections.remove = certServer.tps.connections,remove
+groups = certServer.tps.groups,execute
profiles.read = certServer.tps.profiles,read
profiles.add = certServer.tps.profiles,add
profiles.modify = certServer.tps.profiles,modify
@@ -29,3 +28,4 @@ tokens.read = certServer.tps.tokens,read
tokens.add = certServer.tps.tokens,add
tokens.modify = certServer.tps.tokens,modify
tokens.remove = certServer.tps.tokens,remove
+users = certServer.tps.users,execute