diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-05-14 09:37:54 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-05-17 13:47:37 -0400 |
commit | 58fed697684931e66ed054d0d5899301fd47b04d (patch) | |
tree | 6c56d25c839977d2dd8aa754f17bfe63d23a0c80 /ipalib/constants.py | |
parent | 194399373795cf297ffae48588598d9585ae0ad4 (diff) | |
download | freeipa-58fed697684931e66ed054d0d5899301fd47b04d.tar.gz freeipa-58fed697684931e66ed054d0d5899301fd47b04d.tar.xz freeipa-58fed697684931e66ed054d0d5899301fd47b04d.zip |
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
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r-- | ipalib/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index a9420769..02d9f6f7 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'), |