diff options
author | root <root@testbox.pzuna> | 2009-03-31 20:09:16 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-04-03 14:07:30 -0400 |
commit | 6ca80e312a5119a5c8a134c3dec303dc7d3184c6 (patch) | |
tree | 245fc60ac171a3916a252b0e1e6c04fc14bfcc6b | |
parent | 484eff1016ab00cc7c3c3dc4be3fb0fd7179a994 (diff) | |
download | freeipa-6ca80e312a5119a5c8a134c3dec303dc7d3184c6.tar.gz freeipa-6ca80e312a5119a5c8a134c3dec303dc7d3184c6.tar.xz freeipa-6ca80e312a5119a5c8a134c3dec303dc7d3184c6.zip |
Add 'container_hbac' env variable.
-rw-r--r-- | ipalib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index 2bf3adaee..d6c7a6976 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -91,7 +91,7 @@ DEFAULT_CONFIG = ( ('container_applications', 'cn=applications,cn=configs,cn=policies'), ('container_policygroups', 'cn=policygroups,cn=configs,cn=policies'), ('container_policylinks', 'cn=policylinks,cn=configs,cn=policies'), - + ('container_hbac', 'cn=hbac'), # Ports, hosts, and URIs: ('lite_xmlrpc_port', 8888), |