summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorJr Aquino <jr.aquino@citrix.com>2011-08-30 17:48:15 -0700
committerMartin Kosek <mkosek@redhat.com>2011-08-31 09:49:43 +0200
commitd05ace8fba6ea4a61c1070d5e5687aaa5d2aee2b (patch)
tree5b6daf95a33876a416c8e1ed8453b437a305c76b /ipalib/constants.py
parent6b19b2dc895b862d00eaf1eb4f047282418f598c (diff)
downloadfreeipa-d05ace8fba6ea4a61c1070d5e5687aaa5d2aee2b.tar.gz
freeipa-d05ace8fba6ea4a61c1070d5e5687aaa5d2aee2b.tar.xz
freeipa-d05ace8fba6ea4a61c1070d5e5687aaa5d2aee2b.zip
34 Create FreeIPA CLI Plugin for the 389 Auto Membership plugin
Added new container in etc to hold the automembership configs. Modified constants to point to the new container Modified dsinstance to create the container Created automember.py to add the new commands Added xmlrpc test to verify functionality Added minor fix to user.py for constant behavior between memberof and automember https://fedorahosted.org/freeipa/ticket/1272
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 51cf566e1..b4bb86dde 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -112,6 +112,7 @@ DEFAULT_CONFIG = (
('container_sudocmd', 'cn=sudocmds,cn=sudo'),
('container_sudocmdgroup', 'cn=sudocmdgroups,cn=sudo'),
('container_entitlements', 'cn=entitlements,cn=etc'),
+ ('container_automember', 'cn=automember,cn=etc'),
# Ports, hosts, and URIs:
# FIXME: let's renamed xmlrpc_uri to rpc_xml_uri