From 53e4b851883571c92073c87986759bd98dab9c7e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 18 Aug 2004 22:47:38 +0000 Subject: Thread safety and locking checks. --- sample/httpauthd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sample') diff --git a/sample/httpauthd.conf b/sample/httpauthd.conf index 19b168b..9e4b0e1 100644 --- a/sample/httpauthd.conf +++ b/sample/httpauthd.conf @@ -28,7 +28,7 @@ LDAPFilter: (cn=%u) LDAPBase: dc=fam LDAPScope: sub -[PGSQL:UDBpg] +[PGSQL:UDB] Realm: blah DBServer: sean-2 DBUser: testuser @@ -38,7 +38,7 @@ DBQuery: SELECT * from testauth WHERE username = '%u'; # DBPWType: md5 DBHA1Column: pw -[MYSQL:UDB] +[MYSQL:UDBmy] Realm: blah DBServer: var/lib/mysql/mysql.sock DBUser: testuser -- cgit v1.2.3