source: trunk/LATMOS-Accounts/testdata/acls1 @ 1251

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