Skip to content

Commit 0befdec

Browse files
committed
Note that authenticating with any authenticator is default behavior
for other drivers.
1 parent 1675a66 commit 0befdec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conn.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ type Authenticator interface {
7878
type PasswordAuthenticator struct {
7979
Username string
8080
Password string
81-
// Setting this to nil or empty will allow any authenticator provided by the server.
81+
// Setting this to nil or empty will allow authenticating with any authenticator
82+
// provided by the server. This is the default behavior of most other driver
83+
// implementations.
8284
AllowedAuthenticators []string
8385
}
8486

0 commit comments

Comments
 (0)