freeipa/ipaserver/plugins
Martin Kosek e5389ffd51 Optimize member/memberof searches in LDAP
When investigating if member/memberof attribute is direct/indirect
we do a lot of LDAP SCOPE_SUBTREE searches when we actually search
just for one item. Make sure we search only with SCOPE_BASE to improve
the performance.

One not so efficient iteration was also changed to list comprehension
to speed things up a tiny bit.

https://fedorahosted.org/freeipa/ticket/1885
2011-10-12 06:31:16 -04:00
..
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
dogtag.py enable proxy for dogtag 2011-08-29 17:54:49 -04:00
join.py Try to register DNS name through a DNS Update on install. 2011-02-17 19:43:52 -05:00
ldap2.py Optimize member/memberof searches in LDAP 2011-10-12 06:31:16 -04:00
rabase.py Raise NotImplementedError for selfsigned cert-remove-hold 2011-02-17 17:34:01 -05:00
selfsign.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
xmlserver.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00