From 58fed697684931e66ed054d0d5899301fd47b04d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 14 May 2010 09:37:54 -0400 Subject: Add groups of services to HBAC Replace serviceName with memberService so we can assign individual services or groups of services to an HBAC rule. 588574 --- ipalib/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index a94207696..02d9f6f7b 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -95,6 +95,8 @@ DEFAULT_CONFIG = ( ('container_policylinks', 'cn=policylinks,cn=configs,cn=policies'), ('container_netgroup', 'cn=ng,cn=alt'), ('container_hbac', 'cn=hbac'), + ('container_hbacservice', 'cn=hbacservices,cn=accounts'), + ('container_hbacservicegroup', 'cn=hbacservicegroups,cn=accounts'), ('container_dns', 'cn=dns'), ('container_virtual', 'cn=virtual operations'), -- cgit