summaryrefslogtreecommitdiffstats
path: root/base/server
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2013-11-13 23:38:25 -0500
committerEndi S. Dewata <edewata@redhat.com>2013-11-14 16:55:06 -0500
commit815cdd900d29e3cc633f20aea6b82e2db69c04c5 (patch)
treec96e5ee9104cc62b4dcb60aeb7215f65b162c9b5 /base/server
parentc694fde37b64d2d5a58f0146e0a8db47bec5be14 (diff)
downloadpki-815cdd900d29e3cc633f20aea6b82e2db69c04c5.tar.gz
pki-815cdd900d29e3cc633f20aea6b82e2db69c04c5.tar.xz
pki-815cdd900d29e3cc633f20aea6b82e2db69c04c5.zip
Added ACL for TPS connections.
New ACL has been added to allow only the administrators to access TPS connections. 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 afcc17514..a7c0c74f4 100644
--- a/base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java
+++ b/base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java
@@ -71,6 +71,7 @@ public class AuthMethodInterceptor implements ContainerRequestFilter {
authMethodProperties.put("admin", "certUserDBAuthMgr");
authMethodProperties.put("agent", "certUserDBAuthMgr");
authMethodProperties.put("config", "certUserDBAuthMgr");
+ authMethodProperties.put("connections", "certUserDBAuthMgr");
authMethodProperties.put("authenticators", "certUserDBAuthMgr");
authMethodProperties.put("profiles", "certUserDBAuthMgr");
authMethodProperties.put("securityDomain.installToken", "passwdUserDBAuthMgr");