summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib_ldap.php
Commit message (Expand)AuthorAgeFilesLines
* LDAP group: support for memberUid, fix for oc-594Arthur Schiwon2012-05-081-0/+3
* LDAP: make sure, configuration is read when a public method needs itArthur Schiwon2012-05-081-0/+3
* LDAP: sqlite compatibilityArthur Schiwon2012-05-081-2/+7
* LDAP: write to log in case bind fails.Arthur Schiwon2012-05-081-0/+1
* LDAP: Fall back to Base DN if user/group base settings are blankedArthur Schiwon2012-05-071-2/+10
* LDAP: check first, if requested attribute existsArthur Schiwon2012-05-041-1/+1
* LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAPArthur Schiwon2012-05-041-0/+4
* remove debug infoArthur Schiwon2012-05-041-5/+0
* LDAP: central function for user and group list retrieval (will replace retrie...Arthur Schiwon2012-05-041-0/+21
* ported oc_dbFrank Karlitschek2012-05-031-5/+5
* port appconfigFrank Karlitschek2012-05-021-12/+12
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+1
* LDAP: decent behaviour and log message when there is no connection to the LDA...Arthur Schiwon2012-05-011-2/+11
* LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well...Arthur Schiwon2012-04-251-20/+376
* use uniquemember instead of deprecated memberuid to identify LDAP group membe...Arthur Schiwon2012-04-251-1/+22
* LDAP: optimize LDAP requests for users and groups. Settings are still to do, ...Arthur Schiwon2012-04-231-3/+34
* only retrieve requested attributesArthur Schiwon2012-04-231-1/+1
* LDAP: don't forget to unbindArthur Schiwon2012-04-161-0/+11
* checked, works for meArthur Schiwon2012-04-161-1/+0
* group ldap: check configurationArthur Schiwon2012-04-161-2/+16
* minor code beautificationArthur Schiwon2012-04-161-2/+3
* a string be a stringArthur Schiwon2012-04-161-1/+1
* group LDAP: usersInGroup not getUsersInGroupArthur Schiwon2012-04-151-1/+9
* don't forget changes in lib_ldap for last commitArthur Schiwon2012-04-151-7/+11
* group LDAP: implemented inGroup()Arthur Schiwon2012-04-151-1/+45
* few pieces of documentationArthur Schiwon2012-04-141-0/+17
* starting to create the ldap group backend (with some inspiration from Yoann G...Arthur Schiwon2012-04-141-0/+101