diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2013-11-13 22:50:17 -0500 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2013-11-14 16:55:01 -0500 |
| commit | c694fde37b64d2d5a58f0146e0a8db47bec5be14 (patch) | |
| tree | ae2d52fc91b69befb94f35d23f20935651437d44 /base/server/cms/src | |
| parent | b7716af212ba857f45efa7f1811d92e916abbe26 (diff) | |
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/cms/src')
| -rw-r--r-- | base/server/cms/src/com/netscape/cms/authorization/AuthMethodInterceptor.java | 1 |
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"); |
