Managing usage of a password file for the LDAP reader user

This commit is contained in:
2018-03-16 10:47:03 +01:00
parent 982c5f44ee
commit a4a385a439
2 changed files with 6 additions and 5 deletions

View File

@ -229,7 +229,11 @@
},
"portalDisplayChangePassword": "$_auth =~ /^(LDAP|DBI|Demo)$/",
"hideOldPassword": 0,
%if %%is_file(%%ldapBindUserPassword)
"managerPassword": "%%pwdreader("", %%ldapBindUserPassword)",
%else
"managerPassword": "%%ldapBindUserPassword",
%end if
"authChoiceParam": "lmAuth",
"lwpSslOpts": {},
"portalSkinRules": {},