From 4cd35fd44d71305a985ad8616ffad0fd355af2bf Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 1 Feb 2013 14:20:15 -0500 Subject: Add updateDomainXML to admin interface --- base/ca/shared/conf/acl.ldif | 2 +- base/ca/shared/webapps/ca/WEB-INF/web.xml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'base/ca/shared') diff --git a/base/ca/shared/conf/acl.ldif b/base/ca/shared/conf/acl.ldif index 732179216..d5385e8e2 100644 --- a/base/ca/shared/conf/acl.ldif +++ b/base/ca/shared/conf/acl.ldif @@ -6,7 +6,7 @@ resourceACLS: certServer.general.configuration:read,modify,delete:allow (read) g resourceACLS: certServer.policy.configuration:read,modify:allow (read) group="Administrators" || group="Certificate Manager Agents" || group="Registration Manager Agents" || group="Auditors";allow (modify) group="Administrators":Administrators, agents and auditors are allowed to read policy configuration but only administrators allowed to modify resourceACLS: certServer.acl.configuration:read,modify:allow (read) group="Administrators" || group="Certificate Manager Agents" || group="Registration Manager Agents" || group="Auditors";allow (modify) group="Administrators":Administrators, agents and auditors are allowed to read ACL configuration but only administrators allowed to modify resourceACLS: certServer.log.configuration:read,modify:allow (read) group="Administrators" || group="Auditors" || group="Certificate Manager Agents" || group="Registration Manager Agents";allow (modify) group="Administrators":Administrators, Agents, and auditors are allowed to read the log configuration but only administrators are allowed to modify -resourceACLS: certServer.securitydomain.domainxml:read,modify:allow (read) user="anybody";allow (modify) group="Subsystem Group":Anybody is allowed to read domain.xml but only Subsystem group is allowed to modify the domain.xml +resourceACLS: certServer.securitydomain.domainxml:read,modify:allow (read) user="anybody";allow (modify) group="Subsystem Group" || group="Enterprise CA Administrators" || group="Enterprise KRA Administrators" || group="Enterprise RA Administrators" || group="Enterprise OCSP Administrators" || group="Enterprise TKS Administrators" || group="Enterprise TPS Administrators":Anybody is allowed to read domain.xml but only Subsystem group and Enterprise Administrators are allowed to modify the domain.xml resourceACLS: certServer.log.configuration.fileName:read,modify:allow (read) group="Administrators" || group="Auditors" || group="Certificate Manager Agents" || group="Registration Manager Agents" ;deny (modify) user=anybody:Nobody is allowed to modify a fileName parameter #resourceACLS: certServer.log.configuration.signedAudit.expirationTime:read,modify:allow (read) group="Administrators" || group="Auditors" || group="Certificate Manager Agents" || group="Registration Manager Agents";deny (modify) user=anybody:Nobody is allowed to modify an expirationTime parameter. resourceACLS: certServer.log.content.signedAudit:read:allow (read) group="Auditors":Only auditor is allowed to read the signed audit log diff --git a/base/ca/shared/webapps/ca/WEB-INF/web.xml b/base/ca/shared/webapps/ca/WEB-INF/web.xml index b922b3d98..7528c310d 100644 --- a/base/ca/shared/webapps/ca/WEB-INF/web.xml +++ b/base/ca/shared/webapps/ca/WEB-INF/web.xml @@ -191,6 +191,25 @@ certServer.securitydomain.domainxml + + caUpdateDomainXML-admin + com.netscape.cms.servlet.csadmin.UpdateDomainXML + GetClientCert + false + authority + ca + ID + caUpdateDomainXML + interface + admin + AuthMgr + TokenAuth + AuthzMgr + BasicAclAuthz + resourceID + certServer.securitydomain.domainxml + + caUpdateNumberRange com.netscape.cms.servlet.csadmin.UpdateNumberRange @@ -1882,6 +1901,11 @@ /agent/ca/updateDomainXML + + caUpdateDomainXML-admin + /admin/ca/updateDomainXML + + caUpdateNumberRange /admin/ca/updateNumberRange -- cgit