patch-yubiserve_cfg 524 B

123456789101112131415161718
  1. $OpenBSD: patch-yubiserve_cfg,v 1.1.1.1 2012/07/18 08:25:07 sthen Exp $
  2. --- yubiserve.cfg.orig Thu Mar 24 11:25:52 2011
  3. +++ yubiserve.cfg Thu Jun 7 02:48:38 2012
  4. @@ -1,9 +1,10 @@
  5. yubiservePORT = 8000;
  6. yubiserveSSLPORT = 8001;
  7. yubiserveHOST = '0.0.0.0';
  8. -yubiDB = 'sqlite';
  9. +yubiDB = 'sqlite3';
  10. #yubiDB = 'mysql';
  11. #yubiMySQLHost = 'localhost';
  12. #yubiMySQLUser = 'yubiserve';
  13. #yubiMySQLPass = 'yubipass';
  14. -#yubiMySQLName = 'yubikeys';
  15. \ No newline at end of file
  16. +#yubiMySQLName = 'yubikeys';
  17. +yubiserveDebugLevel = 0;