-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Sharing backend for principals not found /ldap #1895
Comments
@blizzz any idea? |
Works for me, although the user ids are shown instead of the display names, when sharing. cc @georgehrke @k4tfish can you please give a complete bug report using the template? thx Github returns a 404 on the linked issue. |
Yes, working on that |
@blizzz, Steps to reproduceSharing of a cal or folder using the web ui. Expected behaviourShowing the users/groups to select them. Actual behaviourIt can't find any user usually but worked sometimes. Then the calapp shows the SAMaccount name, Server configurationUbuntu 16.04. Apache/2.4.18, MariaDB 10.0.27. mod-php 7.0.8. Nextcloud 10.0.1
If you have access to your command line run e.g.:
The content of config/config.php:
|
Same problem for me. Just tried it on a fresh installation but after creating a new calendar with user1 and sharing it with user2 I already get that Error OCP\Share Sharing backend for principals not found. |
Perhaps the issue lies somewhere within the dav app part in core, at least that would be a starting point to look at. |
For querying users and groups we use the endpoint of the files_sharing app. Edit: Yes, ... The calendar shouldn't show the share button when the sharing API is disabled, working on that. |
In my nextcloud admin setting the point "allow apps to use sharing API" (in german) is enabled. |
This exception is thrown in lib/Share/Share::getBackend() instead. If it succeeds sometimes and sometimes not, it sounds a bit of a race condition, but this does not seem likely. Perhaps some initialization mixup, but then it should be consistent for you, still. @schiessle do you have an idea? |
I'll close it, since there changed a lot inbetween and this issue did not see an updates for almost 2 years. If the issue is still in place, please reopen (or shout out). |
I cannot share calenders with AD users. While searching for a contact to share, the app doesn't show any users.
The following appears in the log: "Sharing backend for principals not found"
There was a similar issue in the oc calender app. owncloud/core#23827
-- k4tfish - calendar 1.4.0 /NC 10.0.1 / Ubuntu 16.04 / Apache
The text was updated successfully, but these errors were encountered: