-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Component/s: None
-
None
With current releases of the MongoDB you can authenticate successfully even if the server was not started with --auth or --keyFile. In a future version (possibly 2.6, but likely 2.8) authentication will fail unless the server is started with --auth or --keyFile.
This server change will break driver tests that try to authenticate without checking that auth is enabled on the server. Drivers should skip auth related tests if auth is not enabled on the server.
- depends on
-
SERVER-9685 Support three authentication modes, change default to "disabled".
- Closed
-
RUBY-733 Check that authentication is enabled before running authentication tests
- Closed
-
PYTHON-556 Skip authentication tests if auth is not enabled
- Closed