Skip to content

Commit db82c05

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-16192-LDAP-users (#3477) (#3517)
* DOCS-16192-LDAP-users * DOCS-16192-LDAP-users * DOCS-16192-LDAP-users * DOCS-16192-LDAP-users * DOCS-16192-LDAP-users * DOCS-16192-LDAP-users --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 197229e commit db82c05

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

source/reference/parameters.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,15 @@ Authentication Parameters
229229
LDAP server, then :binary:`~bin.mongod`:
230230

231231
- Invalidates the cached LDAP user information.
232-
233-
- Is unavailable for LDAP users. LDAP users are unable to
234-
authenticate until :binary:`~bin.mongod` contacts the LDAP
235-
server.
236-
232+
- Is unable to authenticate new sessions for LDAP users until
233+
:binary:`~bin.mongod` connects to the LDAP server and
234+
authorizes the LDAP user.
235+
- Authorizes any existing sessions that use previously authenticated
236+
LDAP users if :binary:`~bin.mongod` is unable to connect to the
237+
LDAP server. When :binary:`~bin.mongod` reconnects to the LDAP
238+
server, :binary:`~bin.mongod` ensures the LDAP users are correctly
239+
authorized.
240+
237241
The maximum interval is 86,400 seconds (24 hours).
238242

239243
For example, the following sets

0 commit comments

Comments
 (0)