File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -258,11 +258,15 @@ Authentication Parameters
258
258
LDAP server, then :binary:`~bin.mongod`:
259
259
260
260
- Invalidates the cached LDAP user information.
261
-
262
- - Is unavailable for LDAP users. LDAP users are unable to
263
- authenticate until :binary:`~bin.mongod` contacts the LDAP
264
- server.
265
-
261
+ - Is unable to authenticate new sessions for LDAP users until
262
+ :binary:`~bin.mongod` connects to the LDAP server and
263
+ authorizes the LDAP user.
264
+ - Authorizes any existing sessions that use previously authenticated
265
+ LDAP users if :binary:`~bin.mongod` is unable to connect to the
266
+ LDAP server. When :binary:`~bin.mongod` reconnects to the LDAP
267
+ server, :binary:`~bin.mongod` ensures the LDAP users are correctly
268
+ authorized.
269
+
266
270
The maximum interval is 86,400 seconds (24 hours).
267
271
268
272
For example, the following sets
You can’t perform that action at this time.
0 commit comments