diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-30 17:52:11 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-30 17:52:11 +0200 |
commit | 2b3a8c09fad3428fc7f4b50fc3a89a8dbb7a331a (patch) | |
tree | 809d874deb5ad1a1ace7bca5bad6e4ca9ac92ef9 /modules/base_installation/templates | |
parent | 41790868cb155d490975e8e4480ddd2c889a3e75 (diff) | |
parent | 3f379c2a19006fe21da9775c2fa9649d8e1bd8c0 (diff) | |
download | Puppet-2b3a8c09fad3428fc7f4b50fc3a89a8dbb7a331a.tar.gz Puppet-2b3a8c09fad3428fc7f4b50fc3a89a8dbb7a331a.tar.zst Puppet-2b3a8c09fad3428fc7f4b50fc3a89a8dbb7a331a.zip |
Merge branch 'ldap_authentication' into dev
Diffstat (limited to 'modules/base_installation/templates')
-rw-r--r-- | modules/base_installation/templates/ldap/pam_ldap.conf.erb | 7 |
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 @@ | |||
1 | host <%= @ldap_server %> | ||
2 | |||
3 | base <%= @ldap_base %> | ||
4 | binddn <%= @ldap_dn %> | ||
5 | bindpw <%= @ldap_password %> | ||
6 | pam_login_attribute <%= @ldap_attribute %> | ||
7 | |||