This commit is contained in:
fox.cpp 2025-01-29 23:38:08 +03:00
parent 41b49bd44f
commit 187fc66be1
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -166,7 +166,7 @@ func (s *SASLAuth) CreateSASL(mech string, remoteAddr net.Addr, successCb func(i
return err
}
err := s.AuthPlain(username, password)
err = s.AuthPlain(username, password)
if err != nil {
s.Log.Error("authentication failed", err, "username", username, "src_ip", remoteAddr)
return ErrInvalidAuthCred