summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/group_ldap.php
Commit message (Expand)AuthorAgeFilesLines
* LDAP: more cleanupArthur Schiwon2012-05-041-26/+2
* port appconfigFrank Karlitschek2012-05-021-1/+1
* LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well...Arthur Schiwon2012-04-251-32/+37
* use uniquemember instead of deprecated memberuid to identify LDAP group membe...Arthur Schiwon2012-04-251-3/+11
* LDAP: optimize LDAP requests for users and groups. Settings are still to do, ...Arthur Schiwon2012-04-231-15/+12
* don't forget to declare class propertiesArthur Schiwon2012-04-231-0/+1
* group LDAP: implement groupExists function, needed for SharingArthur Schiwon2012-04-161-0/+9
* use the right attribute for member retrievalArthur Schiwon2012-04-161-1/+2
* group LDAP: usersInGroup not getUsersInGroupArthur Schiwon2012-04-151-2/+2
* group LDAP: implemented getUsersInGroup()Arthur Schiwon2012-04-151-8/+18
* group LDAP: implemented getUserGroups()Arthur Schiwon2012-04-151-0/+11
* typoArthur Schiwon2012-04-151-1/+1
* group LDAP: implemented inGroup()Arthur Schiwon2012-04-151-3/+16
* give back expected result types as long as logic is not there yetArthur Schiwon2012-04-141-0/+3
* starting to create the ldap group backend (with some inspiration from Yoann G...Arthur Schiwon2012-04-141-0/+79