We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad44857 commit c9b829fCopy full SHA for c9b829f
src/client/auth/mod.rs
@@ -68,7 +68,7 @@ pub enum AuthMechanism {
68
Gssapi,
69
70
/// The SASL PLAIN mechanism, as defined in [RFC 4616](), is used in MongoDB to perform LDAP
71
- /// authentication and cannot be used for any other type of authenticaiton.
+ /// authentication and cannot be used for any other type of authentication.
72
/// Since the credentials are stored outside of MongoDB, the "$external" database must be used
73
/// for authentication.
74
///
0 commit comments