File: README

package info (click to toggle)
libapache2-mod-authnz-external 3.2.4-2%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 220 kB
  • ctags: 53
  • sloc: ansic: 592; perl: 130; makefile: 53
file content (17 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
The MySQL auth program is by Anders Nordby <anders@fix.no> who maintains it
at http://anders.fix.no/software/#unix

See the header of the auth-mysql.pl file for the author's notes.

This require the Perl DBI/DBD libraries for mysql:
  http://cpan.valueclick.com/modules/by-category/07_Database_Interfaces/DBI/
  http://cpan.valueclick.com/modules/by-category/07_Database_Interfaces/DBD/

Configuration is mostly by editing the definitions at the front of the
mysql-auth.pl.

In the likely event that your SQL tables have different field names, you'll
also have to edit the SQL query in the call to $dbh->prepare().

If you want to use a database server other than MySQL, you'll need the DBD
library for that database and you'll need to change the DBI->connect() call.