/[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.7 by dpavlin, Tue Jun 10 16:04:42 2003 UTC revision 1.8 by dpavlin, Wed Jun 11 03:26:29 2003 UTC
# Line 77  to joe. So, you should write: Line 77  to joe. So, you should write:
77    
78  Which will work.  Which will work.
79    
80    <p>If you want to allow just one user (<i>editor</i>) to have write
81    persmissions on file <i>one_editor.txt</i> while all others can read it, you
82    could do something like:
83    
84    <pre>
85    /one_editor.txt:*:DW:editor:CRWB
86    </pre>
87    
88    Order of statements is not important. Trustees are always evaluated from
89    universal ones (e.g. ones for all users; with *) to specific for this
90    user (in this case, for user <i>editor</i>). However, this example
91    wouldn't work without <b>C</b> for user <i>editor</i> because <b>deny</b>
92    for write would have precidence.
93    
94    <p>
95  <big>FIX</big> write more examples, better descriptions...  <big>FIX</big> write more examples, better descriptions...
96    </p>
97    
98  <a name="anonymous">  <a name="anonymous">
99  <h3>Anonymous access</h3>  <h3>Anonymous access</h3>

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

  ViewVC Help
Powered by ViewVC 1.1.26