aboutsummaryrefslogtreecommitdiff
path: root/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb')
-rw-r--r--modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb b/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb
index 12fa9bb..384a418 100644
--- a/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb
+++ b/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb
@@ -3,5 +3,5 @@ host <%= @ldap_server %>
3base <%= @ldap_base %> 3base <%= @ldap_base %>
4binddn <%= @ldap_dn %> 4binddn <%= @ldap_dn %>
5bindpw <%= @ldap_password %> 5bindpw <%= @ldap_password %>
6pam_login_attribute <%= @ldap_attribute %> 6pam_login_attribute <%= @pgbouncer_ldap_attribute %>
7pam_filter <%= @ldap_filter %> 7pam_filter <%= @ldap_filter %>