source: trunk/LATMOS-Accounts/sample/la-acls.ini @ 2437

Last change on this file since 2437 was 2437, checked in by nanardon, 4 years ago

Add default la-acls.ini

File size: 339 bytes
Line 
1*.{*,@CREATE,@DELETE}
2    root: read,write
3
4user.{userPassword,encryptedPassword}
5    $uid: write
6    *: deny
7
8user.{grade,birthdate}
9    $uid: read
10    *: deny
11
12user.loginShell
13    $uid: read,write
14    *: read
15
16user.{mobile,otherTelephone,homePhone,otherEmail}
17    $uid: read
18    *: deny
19
20# Allow reading everything else
21#*.*
22#    *:read
Note: See TracBrowser for help on using the repository browser.