summaryrefslogtreecommitdiffstats
path: root/cynara.initial
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-09-19 14:52:03 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-09-20 23:39:57 +0200
commit4123ffb189acd0c18cddd0df75a58cbc3276ad80 (patch)
treea393e83dce5f57c7db0ab5475841c86829468ebe /cynara.initial
parent7ae3477d84ae13c5e9ef9bb1980a8f70f8b7e9bf (diff)
Add session, value as string and expiration
The DB now records sessions. It has expiration management (currently coarse: ~16s, see db.c) that is propagated to caches. Values are now strings. Default values are "yes" and "no" for allowed or denied permissions. new program: cynadm Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'cynara.initial')
-rw-r--r--cynara.initial4
1 files changed, 2 insertions, 2 deletions
diff --git a/cynara.initial b/cynara.initial
index 96054d3..aa58c4b 100644
--- a/cynara.initial
+++ b/cynara.initial
@@ -1,4 +1,4 @@
# initial database for cynara
-System * * * 1
-User * * * 1
+System * * * yes always
+User * * * yes always