-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.0.0
-
Component/s: Internal Client
-
None
-
Environment:OSX, reported also on Ubuntu 11.04
-
ALL
The inclusion of the files mongo/db/security_common.cpp and mongo/db/security_commands.cpp breaks the standalone C++ driver build (can't link due to missing method definition for getUserObj). By inspection, removing the files from the source tree fixes the build; and at least the authTest and clientTest programs appear to work properly, but I don't know if that's the correct fix.
Anyway, this effects the core server, since either the SConstruct files or the security*.cpp files need to be reorganized to compile the standalone driver.