summaryrefslogtreecommitdiffstats
path: root/base/server
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2013-11-14 10:31:06 -0500
committerEndi S. Dewata <edewata@redhat.com>2013-11-14 16:55:12 -0500
commitf02987b4412ee47db844dd8b5ec7d35e2dff5c42 (patch)
treea4834a8b42605fb7dd7547f28b35e2061bf9f062 /base/server
parent815cdd900d29e3cc633f20aea6b82e2db69c04c5 (diff)
downloadpki-f02987b4412ee47db844dd8b5ec7d35e2dff5c42.tar.gz
pki-f02987b4412ee47db844dd8b5ec7d35e2dff5c42.tar.xz
pki-f02987b4412ee47db844dd8b5ec7d35e2dff5c42.zip
Added ACL for TPS selftests.
New ACL has been added to allow only the administrators to access TPS selftests. 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 a7c0c74f4..8b81b429a 100644
--- a/base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java
+++ b/base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java
@@ -75,6 +75,7 @@ public class AuthMethodInterceptor implements ContainerRequestFilter {
authMethodProperties.put("authenticators", "certUserDBAuthMgr");
authMethodProperties.put("profiles", "certUserDBAuthMgr");
authMethodProperties.put("securityDomain.installToken", "passwdUserDBAuthMgr");
+ authMethodProperties.put("selftests", "certUserDBAuthMgr");
authMethodProperties.put("tokens", "certUserDBAuthMgr");
} else {