From c4b7b70636fb34e48fde0e740e690fe9c5cc13cc Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 26 Oct 2009 05:16:18 -0600 Subject: Add mod_python adapter and some UI tuning --- ipalib/plugins/baseldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib') 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 - -- cgit