Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oc-1713 - [remoteStorage] fails to support external user auth #915

Closed
msrex opened this issue Dec 15, 2012 · 1 comment
Closed

oc-1713 - [remoteStorage] fails to support external user auth #915

msrex opened this issue Dec 15, 2012 · 1 comment
Labels

Comments

@msrex
Copy link

msrex commented Dec 15, 2012

From http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1713

Unfortunately I can't judge whether this is still relevant. There is a patch in the original bugreport.

Description:
I'm using the user_ldap and failed to get remoteStorage links (empty array) for existing users. This is due to other apps not being loaded, thus OC_User::userExists is only propagated to the OC_User_Database class and never to other backends because they could not register into _usedBackends. The attached patch fixes this problem.

Reproduction steps:
n/a.
#2 Comment posted by blizzz Sep 26, 16:31

Which version? Why the change in webfinger?
#3 Comment posted by Duck Sep 26, 18:07

version 4.0.7

You're probably right, changing the logic in public.php instead should solve this kind of problems globally. I guess calling OC_App::loadApps() instead of OC_App::loadApp($app) should not have any drawback.

@jancborchardt
Copy link
Member

remoteStorage support is being reworked by @michielbdejong, see owncloud-archive/apps#448

@lock lock bot locked as resolved and limited conversation to collaborators Aug 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants