From 91572afc60f590f0d81ad18234189a0b48144bf5 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Thu, 17 Mar 2016 11:06:54 +0100 Subject: Make option --no-members public in CLI With many members commands became slow. Making this option public allows users to speedup searches. https://fedorahosted.org/freeipa/ticket/4995 Reviewed-By: Martin Babinsky --- 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 72e7e0725..8a696f3c8 100644 --- a/ipalib/plugins/baseldap.py +++ b/ipalib/plugins/baseldap.py @@ -1117,7 +1117,7 @@ last, after all sets and adds."""), yield Flag('no_members', doc=_('Suppress processing of membership attributes.'), exclude='webui', - flags=['no_option', 'no_output'], + flags=['no_output'], ) break -- cgit