summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-10-26 05:16:18 -0600
committerJason Gerard DeRose <jderose@redhat.com>2009-10-27 21:38:13 -0600
commitc4b7b70636fb34e48fde0e740e690fe9c5cc13cc (patch)
treed49e9211387d070bfe785365dda465b0a18fdf6d /ipalib
parent23b800a879afcbb49a2ce095cbe2e309a26976a7 (diff)
downloadfreeipa-c4b7b70636fb34e48fde0e740e690fe9c5cc13cc.tar.gz
freeipa-c4b7b70636fb34e48fde0e740e690fe9c5cc13cc.tar.xz
freeipa-c4b7b70636fb34e48fde0e740e690fe9c5cc13cc.zip
Add mod_python adapter and some UI tuning
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/baseldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py
index fe0edaeaf..3798d8388 100644
--- a/ipalib/plugins/baseldap.py
+++ b/ipalib/plugins/baseldap.py
@@ -109,6 +109,7 @@ class LDAPCreate(crud.Create):
Flag('raw',
cli_name='raw',
doc='print entries as they are stored in LDAP',
+ exclude='webui',
),
)
@@ -613,4 +614,3 @@ class LDAPSearch(crud.Search):
def post_callback(self, ldap, entries, truncated, *args, **options):
pass
-