Skip to content

Commit

Permalink
Mention PLAIN auth support in the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JD-Robertson committed Nov 3, 2023
1 parent d21aa76 commit 2e8f441
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,10 @@ separated in sub folders and module namespaces.
## Auth Mechanisms

For versions of Mongo 3.0 and greater, the auth mechanism defaults to SCRAM.

If connecting to MongoDB Enterprise, the "PLAIN" auth mechanism is supported for LDAP authentication.
The "GSSAPI" auth mechanism used for Kerberos authentication is not yet 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.

Expand Down

0 comments on commit 2e8f441

Please sign in to comment.