]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb
Add pgbouncer for backup
[perso/Immae/Projets/Puppet.git] / modules / role / templates / backup / pam_ldap_pgbouncer.conf.erb
diff --git a/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb b/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb
new file mode 100644 (file)
index 0000000..12fa9bb
--- /dev/null
@@ -0,0 +1,7 @@
+host <%= @ldap_server %>
+
+base <%= @ldap_base %>
+binddn <%= @ldap_dn %>
+bindpw <%= @ldap_password %>
+pam_login_attribute <%= @ldap_attribute %>
+pam_filter <%= @ldap_filter %>