-
Notifications
You must be signed in to change notification settings - Fork 385
Description
WebDAV Access
WebDAV URL: https://seafile.domain.com/seafdav/
WebDAV username: [email protected]
WebDAV password: ***
seafdav.log
[2025-07-02 01:07:02] [WARNING] wsgidav.http_authenticator:311 Authentication (basic) failed for user '[email protected]', realm 'Seafile Authentication'.
2025-07-02 01:07:02] [INFO] wsgidav.wsgidav_app:583 127.0.0.1 - (anonymous) - [2025-07-01 17:07:02] "GET /" elap=0.006sec -> 401 Not Authorized
[2025-07-02 01:07:03] [INFO] wsgidav.wsgidav_app:583 127.0.0.1 - (anonymous) - [2025-07-01 17:07:03] "GET /" elap=0.000sec -> 401 Not Authorized
However it works with user real password:
seafdav.log
[2025-07-02 01:06:45] [INFO] wsgidav.wsgidav_app:583 127.0.0.1 - [email protected] [2025-07-01 17:06:45] "GET /" elap=0.021sec -> 200 OK
Expected result:
Once I set a webdav password under https://seafile.domain.com/profile/#update-webdav-passwd it should use the specific webdav password and not the user real password.
Thanks for looking into this!