summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-01-18 10:56:17 +0100
committerSimo Sorce <ssorce@redhat.com>2011-01-18 11:48:57 -0500
commit01f907c01b4e75c87b0459b0fd096635a9e03b94 (patch)
tree561f75139a611bb11c8d8100adb18ea06c1383b2 /ipalib/constants.py
parent066cf793655e1ba89634bf378126af940cbff0a1 (diff)
downloadfreeipa-01f907c01b4e75c87b0459b0fd096635a9e03b94.tar.gz
freeipa-01f907c01b4e75c87b0459b0fd096635a9e03b94.tar.xz
freeipa-01f907c01b4e75c87b0459b0fd096635a9e03b94.zip
Move HBAC services and service groups to cn=hbac
https://fedorahosted.org/freeipa/ticket/762
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 961b4e43c..2d539fea7 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -96,8 +96,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_hbacservice', 'cn=hbacservices,cn=hbac'),
+ ('container_hbacservicegroup', 'cn=hbacservicegroups,cn=hbac'),
('container_dns', 'cn=dns'),
('container_virtual', 'cn=virtual operations,cn=etc'),
('container_sudorule', 'cn=sudorules,cn=sudo'),