]> source.dussan.org Git - nextcloud-server.git/commit
fixes returning the base when multiple are specified
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 19 Jun 2019 11:39:15 +0000 (13:39 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Wed, 19 Jun 2019 15:20:13 +0000 (15:20 +0000)
commitbca48e088b2757d76e944d5974029f0ec77c649e
tree9ff531ed07fe5b6ac4425defee283ccc9c493eba
parent0c79118e9f57c5c508a5ea5e5ab0dd71893813e4
fixes returning the base when multiple are specified

* reading the config directly will return the value with line breaks
* using the proper accessor gives us all bases in an array
* returns the first matching one
* having user id provided for the group base is strange and does not let
  us operate like this. here we return the first one. might change in
  future, a backportable fix won't have an API change however.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/LDAPProvider.php
apps/user_ldap/tests/LDAPProviderTest.php