summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Group_LDAP.php
Commit message (Collapse)AuthorAgeFilesLines
* Resolve all group memberships properlyMorris Jobke2018-08-211-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-261-6/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-061-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-11/+11
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-5/+111
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix commentsMorris Jobke2017-07-251-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix usersInGroup retrievalArthur Schiwon2017-04-251-14/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix method name due to changes in masterArthur Schiwon2017-04-251-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2Arthur Schiwon2017-04-251-4/+184
|\
| * user_ldap: Add support for gidNumberXuanwo2017-04-251-4/+184
| | | | | | | | | | | | | | | | | | | | | | | | This patch is based on the work of @dleeuw (https://github.com/dleeuw) (See https://github.com/nextcloud/server/issues/2640#issuecomment-269615883 for more details). The difference is user & group data will be written into cache to have better performance, and functions splited from primaryGroupID series to make them more readable. Fixed https://github.com/nextcloud/server/issues/2640 Signed-off-by: Xuanwo <xuanwo@yunify.com>
* | Change LDAP method namesMorris Jobke2017-04-121-3/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update comments to NextcloudMorris Jobke2017-04-111-2/+2
| | | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #3329 from andreas-p/ldap_no-memberof-with-memberuidRoeland Jago Douma2017-03-291-1/+3
|\ \ | |/ |/| Ldap no memberof with memberuid
| * Don't try to use memberof on posixgroups, since it doesn't supportAndreas Pflug2017-01-311-1/+3
| | | | | | | | | | memberUid attributes. Signed-off-by: Andreas Pflug <dev@admin4.org>
* | Add repair stepsArthur Schiwon2017-02-171-0/+8
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Harden emptyVictor Dubiniuk2016-10-131-6/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix apps/Joas Schilling2016-07-211-4/+5
|
* Use array_merge when reading cached groups membersVincent Petry2016-06-081-1/+1
|
* Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-05-301-2/+6
| | | | | | | | | For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything.
* Update license headersLukas Reschke2016-05-261-2/+4
|
* Move Access to PSR-4Joas Schilling2016-05-251-1/+0
|
* Move BackendUtility to PSR-4Joas Schilling2016-05-251-1/+0
|
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-0/+901