]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - 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
diff --git a/modules/base_installation/templates/ldap/pam_ldap.conf.erb b/modules/base_installation/templates/ldap/pam_ldap.conf.erb
new file mode 100644 (file)
index 0000000..f07490a
--- /dev/null
@@ -0,0 +1,7 @@
+host <%= @ldap_server %>
+
+base <%= @ldap_base %>
+binddn <%= @ldap_dn %>
+bindpw <%= @ldap_password %>
+pam_login_attribute <%= @ldap_attribute %>
+