freeipa/ipaserver/plugins
Petr Vobornik 4364ac08c5 speed up indirect member processing
the old implementation tried to get all entries which are member of group.
That means also user. User can't have any members therefore this costly
processing was unnecessary.

New implementation reduces the search only to entries which have members.

Also page size was removed to avoid paging by small pages(default size: 100)
which is very slow for many members.

https://fedorahosted.org/freeipa/ticket/4947

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2015-04-27 05:55:04 +00:00
..
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
dogtag.py dogtag plugin: Don't use doctest syntax for non-doctest examples 2014-11-21 12:14:44 +01:00
join.py Add logging to join command 2013-03-25 10:58:23 +01:00
ldap2.py speed up indirect member processing 2015-04-27 05:55:04 +00:00
rabase.py ipaplatform: Move all filesystem paths to ipaplatform.paths module 2014-06-16 19:48:20 +02:00
xmlserver.py Add /session/token_sync POST support 2014-06-26 15:55:24 +02:00