[dokuwiki] Re: ACL question
- From: "litwiki.de" <w@xxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 19 Oct 2005 08:50:41 +0200
Daniel Mitchell schrieb:
I was hoping I could do something like this:
* @ALL 1
A:* @ALL 0
A:* @G_A 16
B:* @ALL 0
B:* @G_B 16
... for C,D,E
* @G1 1
* @G1 2
* @G3 16
Here is the point...
A:* @ALL 0
is overriding
* G1 1 (and all other permitions given in *)
for NS A.
@ALL is including EVERYONE, even superuser, admin, every group. They can
do nothing, nil, nada, nix... ...until they are given permition by other
ACL-lines.
Hope that helps understanding.
Greetings
Freddy
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] ACL question
- From: Daniel Mitchell
Other related posts:
- » [dokuwiki] ACL question
- » [dokuwiki] Re: ACL question
- » [dokuwiki] Re: ACL question
- » [dokuwiki] Re: ACL question
- » [dokuwiki] Re: ACL question
- » [dokuwiki] ACL question
- » [dokuwiki] Re: ACL question
- » [dokuwiki] ACL question
- » [dokuwiki] Re: ACL question
- » [dokuwiki] Re: ACL question
- » [dokuwiki] Re: ACL question
- » [dokuwiki] Re: ACL question
I was hoping I could do something like this:
* @ALL 1 A:* @ALL 0 A:* @G_A 16 B:* @ALL 0 B:* @G_B 16
... for C,D,E
* @G1 1
* @G1 2
* @G3 16
- [dokuwiki] ACL question
- From: Daniel Mitchell