summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-2917-81/+115
| | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2017-09-284-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-09-272-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-192-18/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-09-164-0/+74
|
* Merge pull request #6453 from nextcloud/fix-5273Morris Jobke2017-09-154-25/+72
|\ | | | | Fix initializing paged search under some circumstances
| * adapted integration testsArthur Schiwon2017-09-142-13/+35
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix counting found results in search opArthur Schiwon2017-09-141-3/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * improve and extend paging integration testArthur Schiwon2017-09-142-11/+28
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix limit-flaw in search on paged resultsArthur Schiwon2017-09-142-12/+17
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-09-154-26/+92
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-142-22/+212
|
* Merge pull request #5689 from nextcloud/fix-4117Morris Jobke2017-09-146-48/+189
|\ | | | | LDAP: simplify returning the homePath and fixing #4117
| * listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-315-26/+178
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * simplify returning the homePath and fixing #4117Arthur Schiwon2017-08-312-23/+12
| | | | | | | | | | | | | | | | homesToKill was not set in runtime since some changes some place else. It required deleteUser() to be called first. The method acts independent of it now. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #5642 from tobru/fix/groupOfUniqueNames_in_WizardMorris Jobke2017-09-051-1/+1
|\ \ | | | | | | recognize groupOfUniqueNames as valid LDAP group object
| * | recognize groupOfUniqueNames as valid LDAP group objectTobias Brunner2017-07-071-1/+1
| | | | | | | | | | | | | | | This was already partly done in f88109b but was missed in the fetchGroups function.
* | | Merge pull request #5466 from jlehtoranta/ldap-connectivity-fixesMorris Jobke2017-09-042-26/+132
|\ \ \ | | | | | | | | LDAP Connectivity Fixes
| * | | LDAP: Simplify conditions in establishConnectionJarkko Lehtoranta2017-07-231-9/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Add testStartTlsNegotiationFailure unit testJarkko Lehtoranta2017-07-231-0/+50
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Add testBindWithInvalidCredentials unit testJarkko Lehtoranta2017-07-231-0/+44
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Use imported exception in Connection classJarkko Lehtoranta2017-07-231-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Clean-up doConnectJarkko Lehtoranta2017-07-231-11/+14
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Throw an exception if disabling LDAP referrals failsJarkko Lehtoranta2017-07-231-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Fix testUseBackupServer unit testJarkko Lehtoranta2017-07-231-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Throw an exception if Start TLS failsJarkko Lehtoranta2017-07-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that only a secure connection to the LDAP server will be used, if Start TLS has been enabled. Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Remove unnecessary "recursion" fixJarkko Lehtoranta2017-07-231-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 86d72b9a61f5e8a9b57c6f0bb431eb6722aa12a3 "LDAP: fix possible recursion". Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Don't handle invalid credentials as a connection errorJarkko Lehtoranta2017-07-231-2/+9
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Connect to backup server only if it exists + handle errorsJarkko Lehtoranta2017-07-231-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-09-012-0/+6
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-312-0/+22
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-282-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-252-0/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-242-32/+32
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-222-0/+38
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-214-0/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-206-0/+84
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-194-18/+54
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-182-0/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-174-2/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-162-0/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-152-0/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-142-0/+20
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-122-0/+8
| | |
* | | Merge pull request #5616 from ↵Morris Jobke2017-08-103-20/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/ldap-wizard-remove-LDAPTLS_REQCERT-attempt LDAP Wizard: do not attempt to recognise cert issue by using LDAPTLS_REQCERT
| * | | fix phpdoc return types (no code change)Arthur Schiwon2017-07-212-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | do not attempt to recognise cert issue by using LDAPTLS_REQCERTArthur Schiwon2017-07-211-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | first, it does not work (at least not everywhere/reliably), second if it did it was not reset properly. Removes a bit of complexity. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Fix ldap testsRoeland Jago Douma2017-08-092-0/+11
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-08-0948-216/+36
| | | |