Skip to content

Commit

Permalink
Remove password from the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Nov 8, 2017
1 parent 03cdf85 commit d7f753c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions providers/active_directory.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ func (s *ADProvider) Handle(w http.ResponseWriter, r *http.Request) {
username := r.FormValue("username")
password := r.FormValue("password")

log.Error(username, password)

if s.config.GetAuthFromBAHeader {
username, password = ExtractBAUsernameAndPasswordFromRequest(r)
}
Expand Down

0 comments on commit d7f753c

Please sign in to comment.