Commit Graph

169 Commits (bd90b7eacae3317b0af4283254b21bba98a9624d)

Author SHA1 Message Date
Arthur Schiwon 7780e37f38 LDAP: don't give Test Connection button red background on fail, it is becoming unreadable 13 years ago
Arthur Schiwon e6759a980b LDAP: layout settings form. Hope it is now a bit clearer and prettier. 13 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. 13 years ago
Arthur Schiwon 6fd48675e6 remove accidentally added blank lines 13 years ago
Arthur Schiwon c10010e410 LDAP: check for always available attribute on userExists, fixes oc-1440 13 years ago
Arthur Schiwon c3cbb463e3 add missing \ 13 years ago
Arthur Schiwon d546718179 LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302 13 years ago
Arthur Schiwon b465fc84ae LDAP: don't die on unexpected collisions, handle empty display-name attributes properly 13 years ago
Arthur Schiwon 6fbed6a588 LDAP: add Test Configuration functionality in the settings 13 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. 13 years ago
Arthur Schiwon e0121ea75e LDAP: some cleanup 13 years ago
Arthur Schiwon b893aa9567 code style 13 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. 13 years ago
Arthur Schiwon 71b862e571 LDAP: replace deprecated constant 13 years ago
Arthur Schiwon 4a2295b75b code style 13 years ago
Arthur Schiwon 6285cc2604 LDAP: remove debug output 13 years ago
Arthur Schiwon ab1d9507a9 code style 13 years ago
Arthur Schiwon edfd789a87 LDAP: remove obsolete require_once 13 years ago
Arthur Schiwon 8664729843 code style 13 years ago
Arthur Schiwon 15f7d838fa code style 13 years ago
Arthur Schiwon 569e52b87c remove unnecessary debug output 13 years ago
Arthur Schiwon c8404a7bfa code style 13 years ago
Arthur Schiwon 92f447ca50 code style 13 years ago
Arthur Schiwon a6c5309e16 LDAP: adjust test after refactoring 13 years ago
Arthur Schiwon b10f7aafb7 LDAP: silence warning, but handle the error 13 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. 13 years ago
Arthur Schiwon d0aebf05bf LDAP: group backend now implements the interface, does not inherit backend class 13 years ago
Arthur Schiwon 42492338fc LDAP: put app under the OCA\user_ldap\ namespace 13 years ago
Arthur Schiwon 5888cb48b6 Support for OCA namespace 13 years ago
Arthur Schiwon afdc5bf264 LDAP: switch user backend from extending class OC_User_Backend to implementing OC_User_Interface for improved flexibility 13 years ago
Arthur Schiwon 0bdebe0e4a LDAP: pass user backend as instance, not classname 13 years ago
Arthur Schiwon 0a6f7b33c3 LDAP: make it UTF-8 save 13 years ago
Arthur Schiwon 515adceace LDAP: reset resource on failed bind 13 years ago
Arthur Schiwon fb53708d10 LDAP: compare base trees case insensitively 13 years ago
Arthur Schiwon 9bb409d881 fix syntax error after merge 13 years ago
Arthur Schiwon 3f6a7859c9 LDAP: cheaper userExists() implementation, fixes oc-1012 13 years ago
Arthur Schiwon d64a7716f1 LDAP: always sanitize DN and DN-containing attributes 13 years ago
Bart Visscher ded9ea5ad3 Spelling fixes 13 years ago
Arthur Schiwon 19931e2008 remove unnecessary closing PHP tag 13 years ago
Arthur Schiwon bef9b671ee LDAP: cheaper userExists() implementation 13 years ago
Arthur Schiwon 5b02217906 forgotten $, incorrect subtract 13 years ago
Arthur Schiwon 7c6b8475eb LDAP: only map users within the User Base Tree 13 years ago
Lukas Reschke 2b22c538c8 Make some apps compatible 13 years ago
Arthur Schiwon fcc9a5c8d4 LDAP: offer config option for Group Display Name attribute 13 years ago
Lukas Reschke 6817a6b102 First try of implementing assignHTML 13 years ago
Arthur Schiwon 0df67aeae9 ldap: check array for emptiness, not nullness 13 years ago
Lukas Reschke 380aab470f Sanitzing user input 13 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 13 years ago
Arthur Schiwon f70615106f typo in var 13 years ago
Arthur Schiwon c2f557f1dd LDAP: cache the results, reduce LDAP searches 13 years ago