Skip to content

Commit

Permalink
Mention PLAIN auth support in the Readme (#6)
Browse files Browse the repository at this point in the history
* Mention PLAIN auth support in the Readme

* tweak wording
  • Loading branch information
JD-Robertson authored Nov 3, 2023
1 parent d21aa76 commit d3a9062
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 Edition, the "PLAIN" 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.

Expand Down

0 comments on commit d3a9062

Please sign in to comment.