source: LATMOS-Accounts/testdata/acls1 @ 501

Last change on this file since 501 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
RevLine 
[309]1# $Id$
2
[310]3*.userPassword
4    *: read,deny # the deny will mask the read
[309]5
[420]6user.CREATE
7    user1: write
8
[314]9user.{sn,\
10    givenName} # user can change their name
[310]11    $cn: write,read
12    %tgroup: read
[309]13
[310]14group.*
15    %admin: read, write
[309]16
[310]17*.*
18    *:read
Note: See TracBrowser for help on using the repository browser.