You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -706,8 +706,9 @@ separated in sub folders and module namespaces.
706
706
707
707
For versions of Mongo 3.0 and greater, the auth mechanism defaults to SCRAM.
708
708
709
-
If connecting to MongoDB Enterprise Edition, the "PLAIN" auth mechanism is supported for LDAP authentication.
710
-
The "GSSAPI" auth mechanism used for Kerberos authentication is not currently supported.
709
+
If connecting to MongoDB Enterprise Edition or MongoDB Atlas, the [PLAIN](https://www.mongodb.com/docs/manual/tutorial/authenticate-nativeldap-activedirectory/)
710
+
auth mechanism is supported for LDAP authentication. The GSSAPI auth mechanism used for Kerberos authentication
711
+
is not currently supported.
711
712
712
713
If you'd like to use [MONGODB-X509](https://www.mongodb.com/docs/v6.0/tutorial/configure-x509-client-authentication/)
713
714
authentication, you can specify that as a `start_link` option.
0 commit comments