Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only bind if configuration for the first server is available | Julius Härtl | 2018-07-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | allow admin to disable fetching of avatars as well as a specific attribute | Arthur Schiwon | 2018-07-05 | 1 | -0/+10 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgs | blizzz | 2018-06-28 | 1 | -0/+3 |
|\ | | | | | lower log level for quota manipulation cases | ||||
| * | lower log level for quota manipulation cases | Arthur Schiwon | 2018-06-28 | 1 | -0/+3 |
| | | | | | | | | | | | | and simplify the forest of ifs a little bit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | LDAP backup server should not be queried when auth fails | Arthur Schiwon | 2018-06-27 | 1 | -8/+4 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | unbound cloned connection fix | Roger Szabo | 2018-04-27 | 1 | -0/+3 |
| | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -33/+45 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | use hash algo that's robust against collisions | Arthur Schiwon | 2018-03-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | track the state of the bind result | Arthur Schiwon | 2018-02-22 | 1 | -2/+29 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -3/+3 |
| | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | don't show recurring msg when pages result was turned off | Arthur Schiwon | 2017-12-21 | 1 | -1/+1 |
| | | | | | | and only as debug level otherwise. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | don't use deprecated method for requesting memcache | Arthur Schiwon | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | move LDAP user attributes "sync" to background (except for ajax jobs) | Arthur Schiwon | 2017-11-09 | 1 | -2/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #5568 from nextcloud/ldap-agent-credentials-safe | Lukas Reschke | 2017-11-09 | 1 | -1/+1 |
|\ | | | | | Ldap agent credentials save | ||||
| * | Fix regression: undesired writes to the DB | Arthur Schiwon | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | avoid unnecessary recursion | Arthur Schiwon | 2017-10-25 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | and add missing whitespaces to log outout | Arthur Schiwon | 2017-09-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP: Simplify conditions in establishConnection | Jarkko Lehtoranta | 2017-07-23 | 1 | -9/+6 |
| | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
* | LDAP: Use imported exception in Connection class | Jarkko Lehtoranta | 2017-07-23 | 1 | -4/+4 |
| | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
* | LDAP: Clean-up doConnect | Jarkko Lehtoranta | 2017-07-23 | 1 | -11/+14 |
| | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
* | LDAP: Throw an exception if disabling LDAP referrals fails | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+2 |
| | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
* | LDAP: Throw an exception if Start TLS fails | Jarkko Lehtoranta | 2017-07-23 | 1 | -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" fix | Jarkko Lehtoranta | 2017-07-23 | 1 | -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 error | Jarkko Lehtoranta | 2017-07-23 | 1 | -2/+9 |
| | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
* | LDAP: Connect to backup server only if it exists + handle errors | Jarkko Lehtoranta | 2017-07-23 | 1 | -3/+7 |
| | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
* | user_ldap: Add support for gidNumber | Xuanwo | 2017-04-25 | 1 | -0/+6 |
| | | | | | | | | | | | | This patch is based on the work of @dleeuw (https://github.com/dleeuw) (See https://github.com/nextcloud/server/issues/2640#issuecomment-269615883 for more details). The difference is user & group data will be written into cache to have better performance, and functions splited from primaryGroupID series to make them more readable. Fixed https://github.com/nextcloud/server/issues/2640 Signed-off-by: Xuanwo <xuanwo@yunify.com> | ||||
* | add integration test for uuid attr detection | Arthur Schiwon | 2017-02-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update uuidAttributes list to include FreeIPA's ipauniqueid | Brent Bloxam | 2017-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Brent Bloxam <brent.bloxam@gmail.com> | ||||
* | remove frequent, unimportant log message | Arthur Schiwon | 2016-12-19 | 1 | -5/+0 |
| | | | | | | Fixes #2585 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Add tests | Lukas Reschke | 2016-11-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Harden empty | Victor Dubiniuk | 2016-10-13 | 1 | -5/+8 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | DI IConfig into ldap helper | Roeland Jago Douma | 2016-10-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix phpdoc | Roeland Jago Douma | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | fix a few minor code smells | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -0/+2 |
| | |||||
* | New LDAPProvider for user_ldap | root | 2016-07-22 | 1 | -1/+5 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+3 |
| | |||||
* | Move Connection to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+610 |