diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-01-18 10:56:17 +0100 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-01-18 11:48:57 -0500 |
commit | 01f907c01b4e75c87b0459b0fd096635a9e03b94 (patch) | |
tree | 561f75139a611bb11c8d8100adb18ea06c1383b2 /ipalib | |
parent | 066cf793655e1ba89634bf378126af940cbff0a1 (diff) | |
download | freeipa-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')
-rw-r--r-- | ipalib/constants.py | 4 |
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'), |