aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/templates/ldap/pam_ldap.conf.erb
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-30 17:52:11 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-30 17:52:11 +0200
commit2b3a8c09fad3428fc7f4b50fc3a89a8dbb7a331a (patch)
tree809d874deb5ad1a1ace7bca5bad6e4ca9ac92ef9 /modules/base_installation/templates/ldap/pam_ldap.conf.erb
parent41790868cb155d490975e8e4480ddd2c889a3e75 (diff)
parent3f379c2a19006fe21da9775c2fa9649d8e1bd8c0 (diff)
downloadPuppet-2b3a8c09fad3428fc7f4b50fc3a89a8dbb7a331a.tar.gz
Puppet-2b3a8c09fad3428fc7f4b50fc3a89a8dbb7a331a.tar.zst
Puppet-2b3a8c09fad3428fc7f4b50fc3a89a8dbb7a331a.zip
Merge branch 'ldap_authentication' into dev
Diffstat (limited to 'modules/base_installation/templates/ldap/pam_ldap.conf.erb')
-rw-r--r--modules/base_installation/templates/ldap/pam_ldap.conf.erb7
1 files changed, 7 insertions, 0 deletions
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
index 0000000..f07490a
--- /dev/null
+++ b/modules/base_installation/templates/ldap/pam_ldap.conf.erb
@@ -0,0 +1,7 @@
1host <%= @ldap_server %>
2
3base <%= @ldap_base %>
4binddn <%= @ldap_dn %>
5bindpw <%= @ldap_password %>
6pam_login_attribute <%= @ldap_attribute %>
7