aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/templates/ldap/pam_ldap.conf.erb
blob: f07490ac6fb5b605426dde5c78f6618f5b82099a (plain) (blame)
1
2
3
4
5
6
7
host <%= @ldap_server %>

base <%= @ldap_base %>
binddn <%= @ldap_dn %>
bindpw <%= @ldap_password %>
pam_login_attribute <%= @ldap_attribute %>