/[docman2]/realm/localhost.trustee.dist
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /realm/localhost.trustee.dist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations)
Wed Jun 11 03:26:39 2003 UTC (20 years, 9 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +3 -6 lines
compressed example to one line

1 #
2 # all entries in this trustee file are commented, and for good reason: you
3 # shouldn't just un-comment them without reading doc/trustee.html
4 #
5 # you should know which permissions are you granting to your users!
6 #
7 # create root group (with users dpavlin and joe in it) and give all permission
8 # to that group
9 #+root:dpavlin,joe
10 #/:+root:RWB
11 #
12 # give read-only and browse (to see directories) access to all users
13 #/:*:RB
14 #
15 # send e-mail notify to all users about all changes
16 #/:*:N
17 #
18 # anonymous users (without login) will be disabled if there is no
19 # trustee for browse on root (/) folder
20 #/:anonymous:BO
21 #
22 # give anonymous users (without login) read only access to pub directory
23 # and write access to incoming
24 #/pub:anonymous:RB
25 #/incoming:anonymous:RWB
26 #
27 # you might also want to explicitly hide some directories at root of your
28 # repository from anonymous users
29 #/private:anonymous:DB
30 #
31 # following lines will "emulate" old docman v1.x behaviour to allow all
32 # operations to all users which are logged in
33 #/:*:RWB
34 #
35 # if you want to allow just one user (editor) to edit one file (one_ditor.txt)
36 # you can do something like this:
37 #/one_editor.txt:*:DW:editor:CRWB
38 #

  ViewVC Help
Powered by ViewVC 1.1.26