# # all entries in this trustee file are commented, and for good reason: you # shouldn't just un-comment them without reading doc/trustee.html # # you should know which permissions are you granting to your users! # # create root group (with users dpavlin and joe in it) and give all permission # to that group #+root:dpavlin,joe #/:+root:RWB # # give read-only and browse (to see directories) access to all users #/:*:RB # # send e-mail notify to all users about all changes #/:*:N # # anonymous users (without login) will be disabled if there is no # trustee for browse on root (/) folder #/:anonymous:BO # # give anonymous users (without login) read only access to pub directory # and write access to incoming #/pub:anonymous:RB #/incoming:anonymous:RWB # # you might also want to explicitly hide some directories at root of your # repository from anonymous users #/private:anonymous:DB # # following lines will "emulate" old docman v1.x behaviour to allow all # operations to all users which are logged in #/:*:RWB # # if you want to allow just one user (editor) to edit one file (one_ditor.txt) # you can do something like this: #/one_editor.txt:*:DW:editor:CRWB #