LDAP password should get filtered in the Zammad log.
This commit is contained in:
parent
65443b3768
commit
6c2ae15c8d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
# Configure sensitive parameters which will be filtered from the log file.
|
# Configure sensitive parameters which will be filtered from the log file.
|
||||||
Rails.application.config.filter_parameters += [:password]
|
Rails.application.config.filter_parameters += [:password, :bind_pw]
|
||||||
|
|
Loading…
Reference in a new issue