summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_ldap.php
Commit message (Expand)AuthorAgeFilesLines
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* LDAP group: support for memberUid, fix for oc-594Arthur Schiwon2012-05-081-3/+1
* LDAP: use the correct attribute for the display nameArthur Schiwon2012-05-041-1/+1
* LDAP: also those functions were not meant to be staticArthur Schiwon2012-05-041-2/+2
* LDAP: copyright stuffArthur Schiwon2012-05-041-0/+2
* LDAP: cleanupArthur Schiwon2012-05-041-93/+0
* LDAP: checkPassword ain't staticArthur Schiwon2012-05-041-2/+2
* LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAPArthur Schiwon2012-05-041-49/+57
* LDAP: make oc_user_ldap::userExists make use of central OC_LDAPArthur Schiwon2012-05-041-8/+9
* LDAP: make oc_user_ldap::getUsers make use of central OC_LDAPArthur Schiwon2012-05-041-28/+11
* port oc_preferencesFrank Karlitschek2012-05-021-2/+2
* port appconfigFrank Karlitschek2012-05-021-13/+13
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
* LDAP: don't keep possibly outdated passwordsArthur Schiwon2012-04-141-4/+0
* LDAP: set also quota, when there is no explicit default valueArthur Schiwon2012-03-011-2/+6
* LDAP fix: set user quota, if attribute is providedArthur Schiwon2012-03-011-3/+3
* typo in function callArthur Schiwon2012-02-281-1/+1
* make LDAP filter for user list configurableArthur Schiwon2012-02-281-7/+8
* Combing LDAP backend with LDAP extended backendArthur Schiwon2012-02-201-17/+61
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-9/+69
* 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
* Renaming classes :-)Jakob Sack2011-07-291-7/+7
* Delete requires in applications where possibleJakob Sack2011-07-271-2/+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: add port settingDominik Schmidt2011-06-231-1/+4
* Add user_ldap pluginDominik Schmidt2011-06-231-0/+62