From c73890c7c617732a84d009e117ff7aeab0133053 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 14 Nov 2013 10:32:39 -0500 Subject: Updated ACL and auth method mapping names. The ACL and auth method mapping names in some resources have been modified to be more consistent with those in other resources. --- base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/ocsp') diff --git a/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties b/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties index 95fabba72..9e138cb5a 100644 --- a/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties +++ b/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties @@ -6,5 +6,5 @@ account.login = certServer.ocsp.account,login account.logout = certServer.ocsp.account,logout -admin.users = certServer.ocsp.users,execute -admin.groups = certServer.ocsp.groups,execute +groups = certServer.ocsp.groups,execute +users = certServer.ocsp.users,execute -- cgit