]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - modules/base_installation/templates/ldap/pam_ldap.conf.erb
Add ldap authentication
[perso/Immae/Projets/Puppet.git] / modules / base_installation / templates / ldap / pam_ldap.conf.erb
CommitLineData
7b26c44a
IB
1host <%= @ldap_server %>
2
3base <%= @ldap_base %>
4binddn <%= @ldap_dn %>
5bindpw <%= @ldap_password %>
6pam_login_attribute <%= @ldap_attribute %>
7