summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Connection.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-3/+3
* treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon2019-10-181-1/+2
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+1
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-051-0/+3
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-0/+2
* functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon2018-10-251-9/+0
* Only bind if configuration for the first server is availableJulius Härtl2018-07-131-1/+1
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-051-0/+10
* Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgsblizzz2018-06-281-0/+3
|\
| * lower log level for quota manipulation casesArthur Schiwon2018-06-281-0/+3
* | LDAP backup server should not be queried when auth failsArthur Schiwon2018-06-271-8/+4
|/
* unbound cloned connection fixRoger Szabo2018-04-271-0/+3
* move log constants to ILoggerArthur Schiwon2018-04-261-33/+45
* use hash algo that's robust against collisionsArthur Schiwon2018-03-021-1/+1
* track the state of the bind resultArthur Schiwon2018-02-221-2/+29
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-3/+3
* don't show recurring msg when pages result was turned offArthur Schiwon2017-12-211-1/+1
* don't use deprecated method for requesting memcacheArthur Schiwon2017-12-181-1/+1
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-2/+4
* Merge pull request #5568 from nextcloud/ldap-agent-credentials-safeLukas Reschke2017-11-091-1/+1
|\
| * Fix regression: undesired writes to the DBArthur Schiwon2017-10-271-1/+1
* | Update license headersMorris Jobke2017-11-061-1/+5
* | avoid unnecessary recursionArthur Schiwon2017-10-251-1/+1
|/
* and add missing whitespaces to log outoutArthur Schiwon2017-09-281-2/+2
* LDAP: Simplify conditions in establishConnectionJarkko Lehtoranta2017-07-231-9/+6
* LDAP: Use imported exception in Connection classJarkko Lehtoranta2017-07-231-4/+4
* LDAP: Clean-up doConnectJarkko Lehtoranta2017-07-231-11/+14
* LDAP: Throw an exception if disabling LDAP referrals failsJarkko Lehtoranta2017-07-231-0/+2
* LDAP: Throw an exception if Start TLS failsJarkko Lehtoranta2017-07-231-1/+3
* LDAP: Remove unnecessary "recursion" fixJarkko Lehtoranta2017-07-231-7/+0
* LDAP: Don't handle invalid credentials as a connection errorJarkko Lehtoranta2017-07-231-2/+9
* LDAP: Connect to backup server only if it exists + handle errorsJarkko Lehtoranta2017-07-231-3/+7
* user_ldap: Add support for gidNumberXuanwo2017-04-251-0/+6
* add integration test for uuid attr detectionArthur Schiwon2017-02-171-0/+2
* Update uuidAttributes list to include FreeIPA's ipauniqueidBrent Bloxam2017-02-101-1/+1
* remove frequent, unimportant log messageArthur Schiwon2016-12-191-5/+0
* Add testsLukas Reschke2016-11-231-0/+1
* Harden emptyVictor Dubiniuk2016-10-131-5/+8
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* Fix phpdocRoeland Jago Douma2016-08-291-1/+1
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-0/+2
* New LDAPProvider for user_ldaproot2016-07-221-1/+5
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+3
* Move Connection to PSR-4Joas Schilling2016-05-251-0/+610