1SQUID_DB_AUTH(8)      User Contributed Perl Documentation     SQUID_DB_AUTH(8)
2
3
4

NAME

6       squid_db_auth - Database auth helper for Squid
7

SYNOPSIS

9       squid_db_auth [options]
10

DESCRIPTOIN

12       This program verifies username & password to a database
13
14       --dsn   Database DSN. Default "DBI:mysql:database=squid"
15
16       --user  Database User
17
18       --password
19               Database password
20
21       --table Database table. Default "passwd".
22
23       --usercol
24               Username column. Default "user".
25
26       --passwdcol
27               Password column. Default "password".
28
29       --cond  Condition, defaults to enabled=1. Specify 1 or "" for no
30               condition If you use --joomla flag, this condition will be
31               changed to block=0
32
33       --plaintext
34               Database contains plain-text passwords
35
36       --md5   Database contains unsalted md5 passwords
37
38       --salt  Selects the correct salt to evaluate passwords
39
40       --persist
41               Keep a persistent database connection open between queries.
42
43       --joomla
44               Tells helper that user database is Joomla DB.  So their unusual
45               salt hashing is understood.
46
48       Copyright (C) 2007 Henrik Nordstrom <henrik@henriknordstrom.net>
49       Copyright (C) 2010 Luis Daniel Lucio Quiroz <dlucio@okay.com.mx>
50       (Joomla support) This program is free software. You may redistribute
51       copies of it under the terms of the GNU General Public License version
52       2, or (at youropinion) any later version.
53
54
55
56perl v5.12.4                      2011-10-31                  SQUID_DB_AUTH(8)
Impressum