Add use_keyd config file option to select keyd as the backend
[onak.git] / onak.conf.in
index e1b2c4f8ba071329c8f414517e734947a1164318..2ee3eb4b1da250d77db1dbae9656d9aa14bd2914 100644 (file)
@@ -10,6 +10,9 @@ logfile @STATEDIR@/log/onak.log
 # Loglevel : 0 is highest debug, default is 3, nothing is 7+
 loglevel 3
 
+# Should we use the keyd backend?
+use_keyd false
+
 ### Set www_port to the port on which HTTP requests should be accepted.
 ### If you do not want to process HTTP requests, set this to 0.