]> source.dussan.org Git - nextcloud-server.git/commit
relax strict getHome behaviour for LDAP users in a shadow state
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 28 Oct 2019 14:11:41 +0000 (15:11 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 8 Jan 2020 08:21:21 +0000 (09:21 +0100)
commit411a47cadb078987f1354dfcae0852154df42a06
treec35a78fe4f300eacab7834c092a891deccc6f46f
parent69ae7abe72fd032adbec1c7dc01fca64aea2fbe8
relax strict getHome behaviour for LDAP users in a shadow state

* simplifies deletion process
* less strange behaviour when looking up home storage (as long as it is local)
* thus could enable transfer ownerships after user went invisible on ldap

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