aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/templates/ldap/pam_ldap.conf.erb
diff options
context:
space:
mode:
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