summaryrefslogtreecommitdiff
path: root/www/ap-auth-pgsql
AgeCommit message (Collapse)AuthorFilesLines
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-4/+5
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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.