summaryrefslogtreecommitdiffstats
path: root/base/server
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2013-11-13 22:50:17 -0500
committerEndi S. Dewata <edewata@redhat.com>2013-11-14 16:55:01 -0500
commitc694fde37b64d2d5a58f0146e0a8db47bec5be14 (patch)
treeae2d52fc91b69befb94f35d23f20935651437d44 /base/server
parentb7716af212ba857f45efa7f1811d92e916abbe26 (diff)
downloadpki-c694fde37b64d2d5a58f0146e0a8db47bec5be14.tar.gz
pki-c694fde37b64d2d5a58f0146e0a8db47bec5be14.tar.xz
pki-c694fde37b64d2d5a58f0146e0a8db47bec5be14.zip
Added ACL for TPS configuration.
New ACL has been added to allow only the administrators to access TPS configuration. Ticket #652
Diffstat (limited to 'base/server')
-rw-r--r--base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java b/base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java
index a656b4596..afcc17514 100644
--- a/base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java
+++ b/base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java
@@ -70,6 +70,7 @@ public class AuthMethodInterceptor implements ContainerRequestFilter {
authMethodProperties.put("account", "certUserDBAuthMgr,passwdUserDBAuthMgr");
authMethodProperties.put("admin", "certUserDBAuthMgr");
authMethodProperties.put("agent", "certUserDBAuthMgr");
+ authMethodProperties.put("config", "certUserDBAuthMgr");
authMethodProperties.put("authenticators", "certUserDBAuthMgr");
authMethodProperties.put("profiles", "certUserDBAuthMgr");
authMethodProperties.put("securityDomain.installToken", "passwdUserDBAuthMgr");