source: LATMOS-Accounts/testdata/acls1 @ 337

Last change on this file since 337 was 314, checked in by nanardon, 15 years ago
  • allow continuation line
  • Property svn:keyword set to Id
File size: 213 bytes
Line 
1# $Id$
2
3*.userPassword
4    *: read,deny # the deny will mask the read
5
6user.{sn,\
7    givenName} # user can change their name
8    $cn: write,read
9    %tgroup: read
10
11group.*
12    %admin: read, write
13
14*.*
15    *:read
Note: See TracBrowser for help on using the repository browser.