summaryrefslogtreecommitdiffstats
path: root/cynagora.initial
blob: a8a4a2ea8f772dac0240a0cf273fae5c217b8349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#--------------------------------------------------------------------
# initial database for cynagora
# format: space/tab separated fields
# fields: CLIENT SESSION USER PERMISSION ACTION EXPIRATION
#--------------------------------------------------------------------
* * *      * no  forever   # explicit default rule: NO
* * @ADMIN * yes forever   # users of group @ADMIN can do anything
* * @NONE  * no  forever   # users of group @NONE can do nothing

#--------------------------------------------------------------------
# User "0" and clients "System" is in the group "@ADMIN"
#--------------------------------------------------------------------
*      * 0 * @:%c;%s;@ADMIN;%p forever
System * * * @:%c;%s;@ADMIN;%p forever