Commit Graph

46 Commits (cb0464ca4e13a6bf206e94972eba12c3cedd4e2a)

Author SHA1 Message Date
Arthur Schiwon 452f55e163 adjust LDAP to updated interface 14 years ago
Arthur Schiwon c10010e410 LDAP: check for always available attribute on userExists, fixes oc-1440 14 years ago
Arthur Schiwon b465fc84ae LDAP: don't die on unexpected collisions, handle empty display-name attributes properly 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 e0121ea75e LDAP: some cleanup 14 years ago
Arthur Schiwon 15f7d838fa code style 14 years ago
Arthur Schiwon 569e52b87c remove unnecessary debug output 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 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 0a6f7b33c3 LDAP: make it UTF-8 save 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 19931e2008 remove unnecessary closing PHP tag 14 years ago
Arthur Schiwon bef9b671ee LDAP: cheaper userExists() implementation 14 years ago
Arthur Schiwon c2f557f1dd LDAP: cache the results, reduce LDAP searches 14 years ago
Thomas Mueller 583dce5276 removing executable bit - again 14 years ago
Arthur Schiwon c1490239e5 LDAP group: support for memberUid, fix for oc-594 14 years ago
Arthur Schiwon 716c5a3c8e LDAP: use the correct attribute for the display name 14 years ago
Arthur Schiwon 231eec7325 LDAP: also those functions were not meant to be static 14 years ago
Arthur Schiwon 333e8986f6 LDAP: copyright stuff 14 years ago
Arthur Schiwon def59755ad LDAP: cleanup 14 years ago
Arthur Schiwon adb32ad347 LDAP: checkPassword ain't static 14 years ago
Arthur Schiwon 594221a467 LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP 14 years ago
Arthur Schiwon 7aad40ca4d LDAP: make oc_user_ldap::userExists make use of central OC_LDAP 14 years ago
Arthur Schiwon 6f982d2e20 LDAP: make oc_user_ldap::getUsers make use of central OC_LDAP 14 years ago
Frank Karlitschek 82a61e2e1a port oc_preferences 14 years ago
Frank Karlitschek ff66600bc0 port appconfig 14 years ago
Frank Karlitschek 93b63cf375 ported the rest of the OC_Helper calls 14 years ago
Arthur Schiwon 8ed4606685 LDAP: don't keep possibly outdated passwords 15 years ago
Arthur Schiwon fa6ad6ba68 LDAP: set also quota, when there is no explicit default value 15 years ago
Arthur Schiwon eb8ffd9315 LDAP fix: set user quota, if attribute is provided 15 years ago
Arthur Schiwon ea15c17149 typo in function call 15 years ago
Arthur Schiwon de642697bb make LDAP filter for user list configurable 15 years ago
Arthur Schiwon 7ff4e40b20 Combing LDAP backend with LDAP extended backend 15 years ago
Tom Needham dd7a411f9a Disable save button while saving. Streamlined code. 15 years ago
Insanemal c945989a70 Total rewite of fix. 15 years ago
Insanemal 8d092434ed Adjusted the check user function to lowercase the return. 15 years ago
Insanemal 18d8dc4757 Added option to lowercase all usernames. 15 years ago
Markus Kalkbrenner 48ae18a733 - fixed translateable strings in template 15 years ago
Markus Kalkbrenner bf84aa23f4 - provide a setting for the ldap user display name instead of hardcoded value 'uid' which is not common for Active Directory 15 years ago
Markus Kalkbrenner cff6a41e2b fixed copy&paste error: store ldap_tls setting in user_ldap, not 15 years ago
Markus Kalkbrenner 0155effdb7 - bugfix: allow anonymous bind for search, then bind with users credentials. 15 years ago
krzaczek 28cd41a2a4 users_ldap - added getUsers() method to fetch all existing users from 15 years ago
Caio Marcelo de Oliveira Filho 578d1de55d Fix OC_USER_LDAP::checkPassword() to return the username 15 years ago
Sascha Schneider 04eebccc39 apps/user_ldap/user_ldap.php: - Add support for ldapv3 and tls 15 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 15 years ago
Jakob Sack 2f807a3c7f Delete requires in applications where possible 15 years ago
Robin Appelman 24e81ce4d5 fix some ldap errors 15 years ago