-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
Platforms 2017-11-13
-
0
A mongos may connect to a shard server using a localhost connection. LSIDs should be parsed from commands executed via this connection. Because the shard may not have local users, this connection may be under the localhost auth bypass, which normally prevents LSID parsing. However, the mongos will authenticate as the __system user. Authentication, even when no users exist on the system, should cause LSID parsing to occur.