LDAP password should get filtered in the Zammad log.

This commit is contained in:
Thorsten Eckel 2017-05-09 11:56:47 +02:00
parent 65443b3768
commit 6c2ae15c8d

View file

@ -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]