Commit Graph

156 Commits (cc6911e1f709edc42ea5558e19fcdeea75cdcf39)

Author SHA1 Message Date
Arthur Schiwon 71b862e571 LDAP: replace deprecated constant 14 years ago
Arthur Schiwon 4a2295b75b code style 14 years ago
Arthur Schiwon 6285cc2604 LDAP: remove debug output 14 years ago
Arthur Schiwon ab1d9507a9 code style 14 years ago
Arthur Schiwon edfd789a87 LDAP: remove obsolete require_once 14 years ago
Arthur Schiwon 8664729843 code style 14 years ago
Arthur Schiwon 15f7d838fa code style 14 years ago
Arthur Schiwon 569e52b87c remove unnecessary debug output 14 years ago
Arthur Schiwon c8404a7bfa code style 14 years ago
Arthur Schiwon 92f447ca50 code style 14 years ago
Arthur Schiwon a6c5309e16 LDAP: adjust test after refactoring 14 years ago
Arthur Schiwon b10f7aafb7 LDAP: silence warning, but handle the error 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
Arthur Schiwon d0aebf05bf LDAP: group backend now implements the interface, does not inherit backend class 14 years ago
Arthur Schiwon 42492338fc LDAP: put app under the OCA\user_ldap\ namespace 14 years ago
Arthur Schiwon 5888cb48b6 Support for OCA namespace 14 years ago
Arthur Schiwon afdc5bf264 LDAP: switch user backend from extending class OC_User_Backend to implementing OC_User_Interface for improved flexibility 14 years ago
Arthur Schiwon 0bdebe0e4a LDAP: pass user backend as instance, not classname 14 years ago
Arthur Schiwon 0a6f7b33c3 LDAP: make it UTF-8 save 14 years ago
Arthur Schiwon 515adceace LDAP: reset resource on failed bind 14 years ago
Arthur Schiwon fb53708d10 LDAP: compare base trees case insensitively 14 years ago
Arthur Schiwon 9bb409d881 fix syntax error after merge 14 years ago
Arthur Schiwon 3f6a7859c9 LDAP: cheaper userExists() implementation, fixes oc-1012 14 years ago
Arthur Schiwon d64a7716f1 LDAP: always sanitize DN and DN-containing attributes 14 years ago
Bart Visscher ded9ea5ad3 Spelling fixes 14 years ago
Arthur Schiwon 19931e2008 remove unnecessary closing PHP tag 14 years ago
Arthur Schiwon bef9b671ee LDAP: cheaper userExists() implementation 14 years ago
Arthur Schiwon 5b02217906 forgotten $, incorrect subtract 14 years ago
Arthur Schiwon 7c6b8475eb LDAP: only map users within the User Base Tree 14 years ago
Lukas Reschke 2b22c538c8 Make some apps compatible 14 years ago
Arthur Schiwon fcc9a5c8d4 LDAP: offer config option for Group Display Name attribute 14 years ago
Lukas Reschke 6817a6b102 First try of implementing assignHTML 14 years ago
Arthur Schiwon 0df67aeae9 ldap: check array for emptiness, not nullness 14 years ago
Lukas Reschke 380aab470f Sanitzing user input 14 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 14 years ago
Arthur Schiwon f70615106f typo in var 14 years ago
Arthur Schiwon c2f557f1dd LDAP: cache the results, reduce LDAP searches 14 years ago
Arthur Schiwon 6626598435 ldap: enable the destructor 14 years ago
Arthur Schiwon 44880ab3fa ldap: remove unused private functions 14 years ago
Arthur Schiwon 6894882ca9 ldap: correct query condition and determining of success 14 years ago
Arthur Schiwon 470cb17f90 ldap: check index carefully, can be 0 14 years ago
Arthur Schiwon 190fca1121 LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914 14 years ago
Arthur Schiwon 782d82730a commited a bit too much before 14 years ago
Arthur Schiwon 59bbf0acee LDAP: link to documentation on settings page 14 years ago
Arthur Schiwon e58efd7877 LDAP group backend: Set configured true when it is... fixe oc-887 14 years ago
Arthur Schiwon a4f177d75d LDAP group backend: If a group filter is not configured, do not do anything. Fixes oc-867 14 years ago
Arthur Schiwon 3b36a9b704 LDAP: make queries compatible also with PostgreSQL 14 years ago
Arthur Schiwon 8b4e16ec77 LDAP: fix wrong value for input type 14 years ago
Benjamin Diele 7b8664bbe5 Check for valid LDAP-resource before querying. 14 years ago
Frank Karlitschek c79a529edd remove not needed includes 14 years ago