From 5aefafd1c6a7638efbeaaadc931d5541bb7677a6 Mon Sep 17 00:00:00 2001 From: Boomtime Date: Wed, 2 Dec 2015 13:14:52 +1100 Subject: [PATCH] PLAIN does not work for in-database users in 3.0 See SERVER-20691, and HELP-1536 for extra context. --- source/reference/parameters.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/reference/parameters.txt b/source/reference/parameters.txt index 1c6aad994c7..42cb509205f 100644 --- a/source/reference/parameters.txt +++ b/source/reference/parameters.txt @@ -73,8 +73,7 @@ Authentication Parameters * - :ref:`PLAIN ` (LDAP SASL) - - External authentication using LDAP. You can also use ``PLAIN`` - for authenticating in-database users. ``PLAIN`` transmits + - External authentication using LDAP. ``PLAIN`` transmits passwords in plain text. This mechanism is available only in `MongoDB Enterprise `_.