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

Diff of /doc/trustee.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by dpavlin, Mon Jul 29 10:29:05 2002 UTC revision 1.7 by dpavlin, Tue Jun 10 16:04:42 2003 UTC
# Line 9  concept of trustees for Linux kernel by Line 9  concept of trustees for Linux kernel by
9  (like <a href="notify.html">notify on change</a>)  (like <a href="notify.html">notify on change</a>)
10  </p>  </p>
11    
12    <p>For each path (which can be file or directory) all trustees are
13    evaluated. However, <b>deny</b> has precedence over <b>allow</b> (which
14    is default in no trustee is specified).
15    </p>
16    
17  <h2>Format of trustee file</h2>  <h2>Format of trustee file</h2>
18    
19  <p>Comments are written using hash (#) as first character in line  <p>Comments are written using hash (#) as first character in line
# Line 104  can do that using: Line 109  can do that using:
109  <pre>  <pre>
110          /private:anonymous:DB          /private:anonymous:DB
111  </pre>  </pre>
112  If you would like to <b>give all your users</b> which are authetificated via  If you would like to <b>give all your users</b> which are authenticated via
113  login and password <b>all access</b> to all files (like in old docman v1.x) you  login and password <b>all access</b> to all files (like in old docman v1.x) you
114  also have to add  also have to add
115  <pre>  <pre>
# Line 112  also have to add Line 117  also have to add
117  </pre>  </pre>
118  However, that <b>will not add all  However, that <b>will not add all
119  permission to anonymous users</b>. If you want to add all that permission  permission to anonymous users</b>. If you want to add all that permission
120  to anonymous users (which will create wiki-like comunity for sharing files)  to anonymous users (which will create wiki-like community for sharing files)
121  you must explicitly say that you allow that to anonymous users:  you must explicitly say that you allow that to anonymous users:
122  <pre>  <pre>
123          /:anonymous:RWB          /:anonymous:RWB
124  </pre>  </pre>
125  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,
126  but with anonymous users allowed to see document in <tt>/pub</tt> and  but with anonymous users allowed to see document in <tt>/pub</tt> and
127  upload them in <tt>/incoming</tt>.  upload them in <tt>/incoming</tt>.
128  </p>  </p>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26