We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01c65cf + 68e3065 commit 55cd9b0Copy full SHA for 55cd9b0
1 file changed
internal/auth/sasl.go
@@ -62,7 +62,7 @@ func (s *SASLAuth) SASLMechanisms() []string {
62
63
if len(s.Plain) != 0 {
64
mechs = append(mechs, sasl.Plain)
65
- if s.OnlyFirstID {
+ if s.EnableLogin {
66
mechs = append(mechs, sasl.Login)
67
}
68
0 commit comments