-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.1.7
-
Component/s: Networking, Security
-
Fully Compatible
-
ALL
-
Platform 8 08/28/15
The "authcommon" target has a dependency on DBClient because of the following method:
bool authenticateInternalUser(DBClientWithCommands* conn);
authenticateInternalUser() should become a method on the DBClientWithCommands class so DBClient depends on the auth code and not the other way around.
- is related to
-
SERVER-19155 async auth support in NetworkInterfaceASIO
- Closed