chiark / gitweb /
caf.db: rename file from caf-assocs.db
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Apr 2013 16:56:55 +0000 (17:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Apr 2013 16:56:55 +0000 (17:56 +0100)
caf.pod
cgi-auth-flexible.pm

diff --git a/caf.pod b/caf.pod
index ebbfd74e4a1503d947b9e60a4498f01c1de8d4da..216410332ba969741638bbd470be110c907944fd 100644 (file)
--- a/caf.pod
+++ b/caf.pod
@@ -779,7 +779,7 @@ C<assocdb_dbh> is not supplied.
 =item C<assocdb_path>
 
 Path to the sqlite3 database used for CAF's session storage.  The
-default is currently C<caf-assocs.db> but will change in the future.
+default is C<caf.db>.
 
 Used only if neither C<assocdb_dbh> or C<assocdb_dsn> 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
index 65a929fda48af18210b7f45c7509298df6353299..1d23ae7f7d3844fb17720e9a4e948dda5a8114c9 100644 (file)
@@ -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,