mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #229] webdav auth bug #116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Asmaelh on GitHub (Jun 2, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/229
When connect with webdav login as admin, i see only public folder without write perm.
My config:
dufs -A -a admin:admin@/:rw -a @/public
In webui everything works properly.
@sigoden commented on GitHub (Jun 3, 2023):
Some Webdav clients will only bring the Authorization header when encountering a 401 error after setting the user name and password.
This causes even though the user is logged in and therefore only sees the "public" directory.
This part of the Webdav client does not support the account mode of dufs, which is read-only when anonymous and read-write after authentication.
@sigoden commented on GitHub (Jun 3, 2023):
This problem has the following solutions:
__access_restricted__virtual directory, the user clicks to start authentication and display all directoriesI don't know which solution is the best, Welcome everyone's suggestions.
@Asmaelh commented on GitHub (Jun 4, 2023):
I need authorisation via webdav only for the administrator, users will log in via the web.
the problem here is that even with authorisation, the admin can't see other folders than the public folder and has no rights.
maybe you can advise a webdav client where full access works.