summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Migration
Commit message (Collapse)AuthorAgeFilesLines
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-062-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-032-2/+4
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-1/+1
| | | | | | | | | discovered a bug in the integration test which lead to following a different code path and giving a false-positive success feedback. Also listens now to the evendispatcher instead of old hook system Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+2
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Background jobs can take 4k of characters only. We find a good batch size.Arthur Schiwon2017-02-173-9/+20
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add repair stepsArthur Schiwon2017-02-174-0/+224
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>