comparison mod_auth_sql.wiki @ 306:2ec60540a8c7

Clarify relationship to mod_storage_sql
author MWild1@gmail.com
date Wed, 26 Sep 2012 00:50:02 +0000
parents 05d9b1ba313a
children a7fb9f14c50e
comparison
equal deleted inserted replaced
305:f0db29e111fc 306:2ec60540a8c7
1 #summary Authentication via SQL Database 1 #summary Authentication via SQL Database
2 #labels Type-Auth,Stage-Stable 2 #labels Type-Auth,Stage-Stable
3 3
4 = Introduction = 4 = Introduction =
5 5
6 Allow client authentication to be handled by SQL Database query. 6 Allow client authentication to be handled by an SQL database query.
7 7
8 Unlike mod_storage_sql (which is supplied with Prosody) this module allows for custom schemas (though currently it is required to edit the source).
8 9
9 = Configuration = 10 = Configuration =
10 11
11 As with all auth modules, there is no need to add this to modules_enabled. Simply add in the global section, or for the relevant hosts: 12 As with all auth modules, there is no need to add this to modules_enabled. Simply add in the global section, or for the relevant hosts:
12 13