correct attributes

This commit is contained in:
Sebastian Hugentobler 2016-07-14 12:08:37 +02:00
parent c9326c4ec9
commit 4e8a14620d

View File

@ -6,6 +6,6 @@ auth_bind = no
base = {{getenv "LDAPBASEDN"}}
scope = {{getenv "LDAPSCOPE"}}
user_filter = {{getenv "LDAPUSERFILTER"}}
pass_attrs = mail=user,userPassword=password
pass_attrs = {{getenv "LDAPUSERATTRIBUTE"}}=user,{{getenv "LDAPPASSWORDATTRIBUTE"}}=password
pass_filter = {{getenv "LDAPPASSFILTER"}}
default_pass_scheme = {{getenv "LDAPDEFAULTPASSSCHEME"}}