blob: f245ea4ac98b2fc05a8276aca3b0fc21e32cf12f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Added rudimentary authorization with `be serve --auth FILE`.
Special username 'guest' is not allowed to change name,password or
write to the repository. All other users in the auth file are allowed
to do all of that. A more robust solution would be to have POSIX
permissions on each storage item, or something.
Note that while the server supports name/password changes for
non-guest users, there is no command-line interface to this
functionality. There is also no automatic way to register
(i.e. create entries).
|