Browse Source

LDAP password should get filtered in the Zammad log.

Thorsten Eckel 7 years ago
parent
commit
6c2ae15c8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/initializers/filter_parameter_logging.rb

+ 1 - 1
config/initializers/filter_parameter_logging.rb

@@ -1,4 +1,4 @@
 # Be sure to restart your server when you modify this 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]