summaryrefslogtreecommitdiffstats
path: root/lib/public/LDAP
Commit message (Collapse)AuthorAgeFilesLines
* Fix LDAP related docblocks typesCôme Chilliet2021-12-161-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add method to read multi-value attributes from ldap.Daniel Kesselberg2021-06-161-3/+9
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-03-311-1/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* adjust since blizzz2021-01-221-1/+1
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Morris Jobke <hey@morrisjobke.de>
* extend ILDAPProvider to allow reading arbitrairy ldap attributes for usersRobin Appelman2021-01-191-7/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove @package annotations from public namespaceJulius Härtl2020-08-263-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-053-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-171-1/+1
| | | | | | | | | | | | | * uniqueMember was the default so we did not know whether this setting is desired or the initial value * autodetection of the user-group association attribute runs only when it was not set (as far as we knew) * the default is now empty * thus LDAPProvider might return this value as well (in exceptional cases) * if a group base is given (edge case), use this instead of general base * resolves #12682 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-063-5/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-0/+7
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-1/+49
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-153-16/+16
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Nextcloud license header for new filesroot2016-07-283-24/+31
|
* final changesroot2016-07-273-13/+10
|
* New LDAPProvider for user_ldaproot2016-07-223-0/+199