diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/httpauthd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |