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 @@ -229,11 +229,15 @@ Authentication Parameters
229
229
LDAP server, then :binary:`~bin.mongod`:
230
230
231
231
- 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
+
237
241
The maximum interval is 86,400 seconds (24 hours).
238
242
239
243
For example, the following sets
You can’t perform that action at this time.
0 commit comments