aboutsummaryrefslogtreecommitdiffstats
path: root/cynagora.initial
diff options
context:
space:
mode:
Diffstat (limited to 'cynagora.initial')
-rw-r--r--cynagora.initial15
1 files changed, 15 insertions, 0 deletions
diff --git a/cynagora.initial b/cynagora.initial
new file mode 100644
index 0000000..c0430cd
--- /dev/null
+++ b/cynagora.initial
@@ -0,0 +1,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
+