aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* Total rewite of fix.Insanemal2011-11-243-19/+30
* Adjusted the check user function to lowercase the return.Insanemal2011-11-241-1/+8
* Added option to lowercase all usernames.Insanemal2011-11-243-2/+14
* - fixed translateable strings in templateMarkus Kalkbrenner2011-11-182-5/+8
* - provide a setting for the ldap user display name instead of hardcoded value...Markus Kalkbrenner2011-11-184-19/+30
* fixed copy&paste error: store ldap_tls setting in user_ldap, notMarkus Kalkbrenner2011-11-181-1/+1
* - bugfix: allow anonymous bind for search, then bind with users credentials.Markus Kalkbrenner2011-11-183-8/+16
* users_ldap - added getUsers() method to fetch all existing users fromkrzaczek2011-11-181-2/+31
* Fix OC_USER_LDAP::checkPassword() to return the usernameCaio Marcelo de Oliveira Filho2011-09-011-1/+3
* apps/user_ldap/user_ldap.php: - Add support for ldapv3 and tlsSascha Schneider2011-08-281-0/+3
* cleaned up LDAP settingsJan-Christoph Borchardt2011-08-231-25/+10
* added icon for AdminJan-Christoph Borchardt2011-08-231-1/+1
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-232-12/+4
* fix the getlink callsFrank Karlitschek2011-08-111-1/+1
* dont use a different navigation page for settings stuffRobin Appelman2011-08-081-1/+1
* Renaming classes :-)Jakob Sack2011-07-293-17/+17
* Delete requires in applications where possibleJakob Sack2011-07-272-3/+0
* fix some ldap errorsRobin Appelman2011-07-181-2/+2
* only use ldap user backend when it is configuredRobin Appelman2011-07-061-0/+6
* Hopefully fix errors if ldap plugin is not configuredDominik Schmidt2011-07-041-1/+16
* user_ldap: close ldap connection in dtorDominik Schmidt2011-06-231-0/+6
* user_ldap: implement userExistsDominik Schmidt2011-06-231-20/+48
* user_ldap: use input-type-password for ldap_passwordDominik Schmidt2011-06-231-1/+1
* user_ldap: add port settingDominik Schmidt2011-06-234-2/+15
* Add user_ldap pluginDominik Schmidt2011-06-235-0/+180