Go to file
Saša Živkov 386b419e76 Improve LDAP login times, transfer 40x less data.
When recursively expanding LDAP groups we used to fetch all attributes
for each group. In our corporate setup this has been causing a huge
amount of data being transfered from the LDAP server to our Gerrit
instances. In the tcpdump output I could find a list of all corporate
user accounts being returned (probably as an attribute of a group).

However, we are really only interested in one attribute. Therefore, ask
the LDAP server for this one attribute only. This reduces the amount
of transfered data by a factor of 40, in our corporate setup.

Change-Id: I74df9064771d174a02f0e4d7cb2c5a994b9d8333
2015-02-24 09:46:11 +01:00
2013-11-30 01:53:00 -08:00
2015-01-27 15:32:25 +01:00
2013-11-28 22:56:51 -08:00
2015-01-27 15:32:25 +01:00
2015-01-21 21:16:50 +00:00
2014-11-05 09:46:58 +09:00
2015-01-27 14:44:10 +01:00
2014-06-24 20:40:48 +00:00
2014-05-27 09:58:38 +09:00
2013-11-09 07:45:00 +01:00
2014-05-19 11:41:31 -07:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2015-01-27 15:32:25 +01:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB