--- doc/trustee.html 2002/07/29 10:29:05 1.6 +++ doc/trustee.html 2003/06/10 16:04:42 1.7 @@ -9,6 +9,11 @@ (like notify on change)

+

For each path (which can be file or directory) all trustees are +evaluated. However, deny has precedence over allow (which +is default in no trustee is specified). +

+

Format of trustee file

Comments are written using hash (#) as first character in line @@ -104,7 +109,7 @@

 	/private:anonymous:DB
 
-If you would like to give all your users which are authetificated via +If you would like to give all your users which are authenticated via login and password all access to all files (like in old docman v1.x) you also have to add
@@ -112,12 +117,12 @@
 
However, that will not add all permission to anonymous users. If you want to add all that permission -to anonymous users (which will create wiki-like comunity for sharing files) +to anonymous users (which will create wiki-like community for sharing files) you must explicitly say that you allow that to anonymous users:
 	/:anonymous:RWB
 
-All those setting will create enviroment which is very like docman v1.x, +All those setting will create environment which is very like docman v1.x, but with anonymous users allowed to see document in /pub and upload them in /incoming.