|
|
@@ -40,7 +40,8 @@ class ConfigurationManagerLoader {
|
|
|
bindDnField: config.ldapAuthentication.bindDnField,
|
|
|
bindBase: config.ldapAuthentication.bindBase,
|
|
|
ldapUrl: config.ldapAuthentication.ldapUrl,
|
|
|
- usernameField: config.ldapAuthentication.usernameField
|
|
|
+ usernameField: config.ldapAuthentication.usernameField,
|
|
|
+ ldapFilter: config.ldapAuthentication.ldapFilter
|
|
|
} : null
|
|
|
};
|
|
|
}
|