From 236ab31021f2665f2cb5174d0a00445fc5d8a4c1 Mon Sep 17 00:00:00 2001 From: JD Robertson <44848933+JD-Robertson@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:31:57 -0600 Subject: [PATCH] Update readme (#7) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c38e6f9..d6baf0c7 100644 --- a/README.md +++ b/README.md @@ -706,8 +706,9 @@ separated in sub folders and module namespaces. For versions of Mongo 3.0 and greater, the auth mechanism defaults to SCRAM. -If connecting to MongoDB Enterprise Edition, the "PLAIN" auth mechanism is supported for LDAP authentication. -The "GSSAPI" auth mechanism used for Kerberos authentication is not currently supported. +If connecting to MongoDB Enterprise Edition or MongoDB Atlas, the [PLAIN](https://www.mongodb.com/docs/manual/tutorial/authenticate-nativeldap-activedirectory/) +auth mechanism is supported for LDAP authentication. The GSSAPI auth mechanism used for Kerberos authentication +is not currently supported. If you'd like to use [MONGODB-X509](https://www.mongodb.com/docs/v6.0/tutorial/configure-x509-client-authentication/) authentication, you can specify that as a `start_link` option.