From 22718a11458ca91fa40bcd11270ed1e3606ea12f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 7 Apr 2013 17:56:55 +0100 Subject: [PATCH 1/1] caf.db: rename file from caf-assocs.db --- caf.pod | 3 +-- cgi-auth-flexible.pm | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/caf.pod b/caf.pod index ebbfd74..2164103 100644 --- a/caf.pod +++ b/caf.pod @@ -779,7 +779,7 @@ C is not supplied. =item C Path to the sqlite3 database used for CAF's session storage. The -default is currently C but will change in the future. +default is C. Used only if neither C or C are supplied. @@ -1347,7 +1347,6 @@ xxx document @default_db_setup_statements xxx bugs wrong default random on Linux xxx bugs wrong default random on *BSD xxx bugs keys not shared should be in db -xxx rename caf-assocs.db xxx rename caf_assocsecret default cookie name xxx mention relationship between login_timeout and cookies xxx rename assocdb settings to db diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index 65a929f..1d23ae7 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -432,7 +432,7 @@ sub new_verifier { S => { dir => undef, assocdb_dbh => undef, # must have AutoCommit=0, RaiseError=1 - assocdb_path => 'caf-assocs.db', + assocdb_path => 'caf.db', keys_path => 'caf-keys', srcdump_path => 'caf-srcdump', assocdb_dsn => undef, -- 2.30.2