[SvnBook] #126: ch06: Document authz syntax improvements

SvnBook noreply at red-bean.com
Mon Oct 20 11:08:24 CDT 2008


#126: ch06: Document authz syntax improvements
--------------------------+-------------------------------------------------
  Reporter:  cmpilato     |       Owner:  sussman      
      Type:  enhancement  |      Status:  new          
  Priority:  normal       |   Milestone:  future       
 Component:  content      |     Version:  nightly/trunk
Resolution:               |    Keywords:               
--------------------------+-------------------------------------------------

Comment(by cmpilato):

 (Argh.  Botched the WikiFormatting.)

 Need to document the rule inversion syntax, too. If my code cruising is
 accurate, the following are all valid:

 {{{
    [/some/path]
    ~cmpilato = rw        # Everybody except 'cmpilato' gets 'rw'
 permission.
    ~@group = rw          # Everybody except the 'group' group gets ...
    ~$authenticated = rw  # Everybody not authenticated gets ... (same as
 $anonymous?)
 }}}

-- 
Ticket URL: <http://svnbook.red-bean.com/trac/ticket/126#comment:2>
SvnBook <http://svnbook.red-bean.com/>



More information about the svnbook-dev mailing list