Discussion:
[prosody-dev] [PATCH] Prosody modules: mod_auth_sql: Support for setting SQL queries from the configuration file
senya
2018-01-30 13:21:09 UTC
Permalink
This patch adds configuration options `password_sql_query` and
`usernames_sql_query` which can be used for
setting arbitrary SQL query to retrieve users list or password instead
of the hard coded values.
The new configuration options are expected to be string with an SQL
query. The options support
special sequences %h and %u which are substituted with host name and
user name respectively
in the query before execution.
--
You received this message because you are subscribed to the Google Groups "prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prosody-dev+***@googlegroups.com.
To post to this group, send email to prosody-***@googlegroups.com.
Visit this group at https://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.
Loading...