Commit Graph

51 Commits (c50dfd725142abdbad93dbcf01fe13193445386a)

Author SHA1 Message Date
Arthur Schiwon 504f5f229f LDAP: remove unnecessary func call, was a leftover from earlier refactor 13 years ago
Arthur Schiwon e4e915fa3b LDAP: simplify default for user home settings, fixes wrong display of default value in settings 13 years ago
Arthur Schiwon a28df74ee5 LDAP: check array with isset first to avoid warnings about undefined index 13 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 13 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 13 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 13 years ago
Arthur Schiwon 15e383fd01 Typo 13 years ago
Arthur Schiwon 781d247b39 LDAP: better detect timeouts. do not try to reconnect. do not try to bind when connection failed. makes ownCloud more responsive, esp. with multiple server connections configured 13 years ago
Arthur Schiwon e122fdbcb6 LDAP: when ldaps and tls are configured, disable the latter one - they do not work together. ldaps already creates a secure connection. 13 years ago
Arthur Schiwon af2acadc66 LDAP: fix settings handling of homeFolderNamingRule option 13 years ago
Arthur Schiwon afacaf8bc2 string fragment was added by accident and does not belong here 13 years ago
Thomas Mueller 5862f3d140 spell check 13 years ago
Arthur Schiwon 1a854454d6 LDAP: avoid attempts to save null as configvalue 13 years ago
Arthur Schiwon b5ed8b2751 LDAP: fix wrong index 13 years ago
Arthur Schiwon b3b0544e17 LDAP: make it possible to define attributes that should be considered on searches 13 years ago
Arthur Schiwon e8db1e884e LDAP: some inline documentation 13 years ago
Arthur Schiwon 2749a14171 LDAP: make it possible to enable/disable server configurations 13 years ago
Arthur Schiwon 319dcd45e1 LDAP: Clear cache on saving settings 13 years ago
Arthur Schiwon b979bf6f1c LDAP: fix default 13 years ago
Arthur Schiwon 83d9e1e2f0 make sure that Configuration is read when getConfiguration is called. And give back the appropriate result. 13 years ago
Arthur Schiwon 10876aba89 fix more config keys for save settings handling 13 years ago
Arthur Schiwon 0c3466325b fix continue in switch, add another key to skip 13 years ago
Arthur Schiwon 6d84aa93d3 Ajaxifiy Settings Save 13 years ago
Arthur Schiwon 229a25f41a fix mixed key and value 13 years ago
Arthur Schiwon 229d484200 LDAP: gather defaults in one place, simplify readConfiguration 13 years ago
Arthur Schiwon d8be83029b make sure port is used as backup port if not specified. documentation. determine connection error earlier. 13 years ago
Arthur Schiwon 59a6068246 fix undeclared variable 13 years ago
Arthur Schiwon 3d56cf3a5b LDAP: add support for backup/replica servers 13 years ago
Arthur Schiwon 4699f36e44 LDAP: fix read configuration, remove unnecessary debug output 13 years ago
Arthur Schiwon fab5817f67 documentation for the Connection constructor 13 years ago
Arthur Schiwon 0784bcb8d7 introduce configPrefix to allow settings for multiple LDAP servers 13 years ago
Arthur Schiwon 3b82be5e64 Base DNs will be used as array, now, to support usage of multiple DNs 13 years ago
Bart Visscher f39454ed12 Fix "Line indented incorrectly" 13 years ago
Arthur Schiwon 6339e71bdc LDAP: fix typo in config value handling. 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Arthur Schiwon fc446d0af4 LDAP: know, wether server supports paged search 13 years ago
Arthur Schiwon 3f78a8190f LDAP: check for resource before unbinding 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Arthur Schiwon f66c441f77 LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the user and would lead to server error. Fixes oc-1625 14 years ago
Arthur Schiwon 42a9969304 LDAP: implement getHome() function, use either username (default) or specify an LDAP attribute value to use 14 years ago
Arthur Schiwon d5c111a984 LDAP: identify (map) users with their directory UUID. Fixes the issue, that usernames for owncloud will change, when the DN changes (which happens rarely, but it happens). 14 years ago
Arthur Schiwon 536fbb9189 LDAP: fix potentially unavailable LDAP resource, which can prevent successful login 14 years ago
Arthur Schiwon 95c33e466c LDAP: offer option to disable SSL certificate checks. Works around problems with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. 14 years ago
Arthur Schiwon 6fbed6a588 LDAP: add Test Configuration functionality in the settings 14 years ago
Arthur Schiwon 6c92a85d49 LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. 14 years ago
Arthur Schiwon b893aa9567 code style 14 years ago
Arthur Schiwon b94631de0c LDAP: check if php-ldap is installed. If not, give an error output. FIX: blank Users page when the module is not installed. 14 years ago
Arthur Schiwon 71b862e571 LDAP: replace deprecated constant 14 years ago
Arthur Schiwon 25ad1d5c3e LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. 14 years ago