Add startup warnings to mongod and mongos if
- starting without access control enabled.
- binding to all available interfaces.
- An extra warning if both of these happen are present.
- is related to
-
SERVER-24280 Starting from 3.2.5 if bind_ip is set to 0.0.0.0 it will end up in the replica set config if rs.initiate() is executed with no arguments
- Closed
-
SERVER-23838 Remove startup warnings for no access control and bind_ip
- Closed