]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - 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
1 host <%= @ldap_server %>
2
3 base <%= @ldap_base %>
4 binddn <%= @ldap_dn %>
5 bindpw <%= @ldap_password %>
6 pam_login_attribute <%= @ldap_attribute %>
7