|
Prior to this change, the server exposed a command called `repairDatabase`. This command did nothing. It would return the CommandNotFound errorcode, and a message explaining how it had been deprecated and has become non-functional.
This command has been removed.
Description of Linked Ticket
A command can declare an auth check by overriding any of the following:
- checkAuthForOperation
- checkAuthForCommand
- addRequiredPrivileges
- checkAuthorization
To be callable, commands must define one of these methods.
|