summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
Commit message (Expand)AuthorAgeFilesLines
* LDAP: fix possible recursionArthur Schiwon2013-05-251-0/+7
* LDAP: fix handling when LDAP Host is offlineArthur Schiwon2013-05-251-3/+2
* Merge branch 'master' into ldap_configurable_username_n_uuidArthur Schiwon2013-05-131-7/+7
|\
| * Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-appBart Visscher2013-05-071-7/+7
| |\
| | * Use !== and === in user_ldap app – Part 2kondou2013-04-201-7/+7
* | | LDAP: better variable nameArthur Schiwon2013-05-081-5/+9
* | | LDAP: implement r+w for new settingsArthur Schiwon2013-05-081-2/+11
|/ /
* / LDAP: do not reset UUID attribute setting when guid is detectedArthur Schiwon2013-05-061-1/+3
|/
* LDAP: remove unnecessary func call, was a leftover from earlier refactorArthur Schiwon2013-03-191-1/+0
* LDAP: simplify default for user home settings, fixes wrong display of default...Arthur Schiwon2013-02-221-7/+4
* Merge pull request #1708 from owncloud/style-cleanup-user_ldapBernhard Posselt2013-02-171-17/+69
|\
| * Style cleanup user_ldapBart Visscher2013-02-141-18/+70
* | LDAP: check array with isset first to avoid warnings about undefined indexArthur Schiwon2013-02-161-1/+2
* | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-2/+2
|/
* Merge pull request #1493 from owncloud/fix_ldap_stored_homedirFrank Karlitschek2013-02-111-1/+6
|\
| * LDAP: fix settings handling of homeFolderNamingRule optionArthur Schiwon2013-02-061-1/+6
* | TypoArthur Schiwon2013-02-071-1/+1
* | LDAP: better detect timeouts. do not try to reconnect. do not try to bind whe...Arthur Schiwon2013-02-061-3/+10
* | LDAP: when ldaps and tls are configured, disable the latter one - they do not...Arthur Schiwon2013-02-061-0/+5
|/
* string fragment was added by accident and does not belong hereArthur Schiwon2013-01-311-1/+0
* spell checkThomas Mueller2013-01-311-3/+3
* LDAP: avoid attempts to save null as configvalueArthur Schiwon2013-01-311-4/+3
* LDAP: fix wrong indexArthur Schiwon2013-01-311-1/+1
* LDAP: make it possible to define attributes that should be considered on sear...Arthur Schiwon2013-01-311-2/+21
* LDAP: some inline documentationArthur Schiwon2013-01-301-0/+7
* LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-241-2/+23
* LDAP: Clear cache on saving settingsArthur Schiwon2013-01-241-0/+1
* LDAP: fix defaultArthur Schiwon2013-01-231-1/+1
* make sure that Configuration is read when getConfiguration is called. And giv...Arthur Schiwon2013-01-231-4/+14
* fix more config keys for save settings handlingArthur Schiwon2013-01-201-2/+2
* fix continue in switch, add another key to skipArthur Schiwon2013-01-201-1/+2
* Ajaxifiy Settings SaveArthur Schiwon2013-01-201-4/+47
* fix mixed key and valueArthur Schiwon2013-01-181-1/+9
* LDAP: gather defaults in one place, simplify readConfigurationArthur Schiwon2013-01-181-28/+91
* make sure port is used as backup port if not specified. documentation. determ...Arthur Schiwon2013-01-171-1/+9
* fix undeclared variableArthur Schiwon2013-01-171-0/+2
* LDAP: add support for backup/replica serversArthur Schiwon2013-01-171-8/+32
* LDAP: fix read configuration, remove unnecessary debug outputArthur Schiwon2013-01-161-7/+6
* documentation for the Connection constructorArthur Schiwon2013-01-101-0/+5
* introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-101-28/+30
* Base DNs will be used as array, now, to support usage of multiple DNsArthur Schiwon2013-01-031-3/+3
* Fix "Line indented incorrectly"Bart Visscher2012-12-151-4/+4
* LDAP: fix typo in config value handling.Arthur Schiwon2012-11-061-1/+1
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-7/+7
* Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
* LDAP: know, wether server supports paged searchArthur Schiwon2012-10-261-0/+3
* LDAP: check for resource before unbindingArthur Schiwon2012-10-261-1/+3
* LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the ...Arthur Schiwon2012-09-191-2/+2
* LDAP: implement getHome() function, use either username (default) or specify ...Arthur Schiwon2012-08-281-1/+3