From 5f42b42bd4557a669ab5cfcf1af6596f1a2535f1 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Thu, 19 May 2016 13:50:38 +0200 Subject: Performance: Find commands: do not process members by default In all *-find commands, member attributes shouldn't be processed due high amount fo ldpaserches cause serious performance issues. For this reason --no-members option is set by default in CLI and API. To get members in *-find command option --all in CLI is rquired or 'no_members=False' or 'all=True' must be set in API call. For other commands processing of members stays unchanged. WebUI is not affected by this change. https://fedorahosted.org/freeipa/ticket/4995 Reviewed-By: Martin Babinsky --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index eb7957eb1..45fdb0978 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=169 -# Last change: vault: copy arguments of client commands from server counterparts +IPA_API_VERSION_MINOR=170 +# Last change: mbasti - *-find: do not search for members by default -- cgit