summaryrefslogtreecommitdiff
path: root/www/ap-auth-pgsql
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 checksums.wiz1-2/+3
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht1-3/+3
version.
2004-05-08Convert to buildlink3.snj1-3/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-12-30Shorten COMMENTcjep1-2/+2
2003-07-31Initial import of ap-auth-pgsql, a replacement for ap-auth-postgresql.wiz5-0/+65
Provided by Harry Waddell in PR 21206. This module allows user authentication (and can log authenthication requests) against information stored in a PostgreSQL database. PostgreSQL is a public domain SQL database. Authentication One database, and one (or two) tables. One table holds the username and the encryped (or plain) password. The other table holds the username and the names of the group to which the user belongs. It is possible to have username, groupname and password in the same table. Access Logging Every authentication access is logged in the same database of the authentication table, but in different table. User name and date of the request are logged. As option, it can log password, ip address, request line.