/[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.5 by dpavlin, Sun Jul 28 17:51:23 2002 UTC revision 1.6 by dpavlin, Mon Jul 29 10:29:05 2002 UTC
# Line 104  can do that using: Line 104  can do that using:
104  <pre>  <pre>
105          /private:anonymous:DB          /private:anonymous:DB
106  </pre>  </pre>
107    If you would like to <b>give all your users</b> which are authetificated via
108    login and password <b>all access</b> to all files (like in old docman v1.x) you
109    also have to add
110    <pre>
111            /:*:RWB
112    </pre>
113    However, that <b>will not add all
114    permission to anonymous users</b>. If you want to add all that permission
115    to anonymous users (which will create wiki-like comunity for sharing files)
116    you must explicitly say that you allow that to anonymous users:
117    <pre>
118            /:anonymous:RWB
119    </pre>
120    All those setting will create enviroment which is very like docman v1.x,
121    but with anonymous users allowed to see document in <tt>/pub</tt> and
122    upload them in <tt>/incoming</tt>.
123  </p>  </p>
124    
125  <h2>Default security</h2>  <h2>Default security</h2>

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

  ViewVC Help
Powered by ViewVC 1.1.26