[Moin-user] User Security - sometimes

Bill Vodall - WA7NWP wa7nwp at yahoo.com
Tue May 14 14:08:02 EDT 2002


Thanks Adam,  That example might be an even better solution to some of
my configuration challenges.   I need special limited access on a small number
of Wiki pages and it looks like that's the way to do it.

Bill

>However you can do this with apache in a sort of ghetto manner.  This is
>how I restricted read privledges to pages which match the pattern
>Node*Details:
>
>   <LocationMatch "Node[0-9]+Details">
>     AuthType Basic
>     AuthName "Restricted To The Special Ops Team"
>     AuthUserFile /etc/apache/htpasswd
>     AuthGroupFile /etc/apache/htgroup
>     <limit GET POST PUT DELETE>
>       require group ops
>     </limit>
>   </LocationMatch>
>
>If you remove GET from the limit list, you should get read but not write
>restrictions.
>
>Adam.






More information about the Moin-user mailing list