You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The access level path control used by dufs has two disadvantages:
1. One path cannot support multiple users
2. It is very troublesome to set multiple paths for one user
So it needs to be refactored.
The new auth is account based, it closes#207, closes#208.
BREAKING CHANGE: new auth
could I set two user for one path?
dufs -A -a /@admin:admin -a /@user:user
only set user, admin is not workingThe text was updated successfully, but these errors were encountered: