aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c1b76442-eab6-4796-9517-8454425d7757/comments/27a5a4cc-1782-4509-a3d2-db00c190f97d/body
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).