]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - modules/profile/templates/postgresql/pam_ldap_postgresql.conf.erb
Refactor postgresql configuration
[perso/Immae/Projets/Puppet.git] / modules / profile / templates / postgresql / pam_ldap_postgresql.conf.erb
CommitLineData
c53ac3f8
IB
1host <%= @ldap_server %>
2
3base <%= @ldap_base %>
4binddn <%= @ldap_dn %>
5bindpw <%= @ldap_password %>
6pam_login_attribute <%= @ldap_attribute %>