Skip to content

Commit

Permalink
Mention the new database backend modules: mod_sql_odbc and mod_sql_sq…
Browse files Browse the repository at this point in the history
…lite.
  • Loading branch information
castaglia committed Jan 8, 2008
1 parent 582fc8d commit 303c9e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.modules
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,11 @@ Authentication modules:
See README.LDAP.
Contributed by John Morrissey <[email protected]>.

mod_sql, mod_sql_mysql, mod_sql_postgres
(formerly known as mod_sqlpw, mod_mysql, mod_pgsql)
mod_sql, mod_sql_mysql, mod_sql_postgres, mod_sql_odbc, mod_sql_sqlite
SQL (Structured Query Language) database authentication and
other functions, with backends for MySQL and PostgreSQL.
other functions, with backends for MySQL, PostgreSQL, ODBC, and SQLite.
See doc/contrib/mod_sql.html
Contributed by Johnie Ingram <[email protected]>.
Maintained by Andrew Houghton <[email protected]>.

mod_radius
RADIUS (RFC2865) authentication and accounting
Expand Down
10 changes: 9 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ files.

doc/modules/mod_ident.html

mod_sql_odbc

doc/contrib/mod_sql_odbc.html

mod_sql_sqlite

doc/contrib/mod_sql_sqlite.html

mod_unique_id

Generates a unique ID for every FTP session. This ID can be
Expand All @@ -139,4 +147,4 @@ files.

doc/howto/ConfigurationTricks.html

Last Updated: $Date: 2008-01-05 01:22:20 $
Last Updated: $Date: 2008-01-08 04:23:33 $

0 comments on commit 303c9e3

Please sign in to comment.