]> git.ipfire.org Git - ipfire.org.git/commit
accounts: Implement page searches for LDAP
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Jan 2020 16:21:43 +0000 (16:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Jan 2020 16:21:43 +0000 (16:21 +0000)
commit41e861987685fcedb8ab5186e9cbcaad8884f1e9
tree5227e5ebdb0f76eb668a702137b88ffa3921fc75
parenta5343559e5d2a5484863b3130a9bc4da6af90a8e
accounts: Implement page searches for LDAP

Since we have so many accounts, we can no longer retrieve them
in one single search operation without disabling all safety measures
that OpenLDAP provides.

Hence we perform all search now as paged search retrieving up to
512 results at a time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/accounts.py