comparison modules/apache/templates/mod/authn_dbd.conf.erb @ 257:675c1cc61eaf

Update Apache module to get CentOS 8 support Unfortunately it only fixes some bits. mod_wsgi still needs other approaches This also overrides the vhost modification to make them come last in the import order (after module loading)
author IBBoard <dev@ibboard.co.uk>
date Sun, 22 Dec 2019 14:43:29 -0500
parents
children
comparison
equal deleted inserted replaced
252:47750947f4dc 257:675c1cc61eaf
1 #Database Management
2 DBDriver <%= @authn_dbd_dbdriver %>
3
4 #Connection string: database name and login credentials
5 DBDParams "<%= @authn_dbd_params %>"
6
7 #Parameters for Connection Pool Management
8 DBDMin <%= @authn_dbd_min %>
9 DBDMax <%= @authn_dbd_max %>
10 DBDKeep <%= @authn_dbd_keep %>
11 DBDExptime <%= @authn_dbd_exptime %>
12
13 <%- if @authn_dbd_alias -%>
14 <AuthnProviderAlias dbd <%= @authn_dbd_alias %>>
15 AuthDBDUserPWQuery "<%= @authn_dbd_query %>"
16 </AuthnProviderAlias>
17 <%- end -%>