-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 1.6.1
-
Component/s: Internal Client, Shell
-
None
A shell function should be available and return true if a user is authenticated against a database. I propose to use "isAuthorized" as name. A function with this name exists in security.h and can be re-used for this issue.
bool isAuthorized(const string& dbname)
{ return _isAuthorized( dbname,2 ); }- duplicates
-
SERVER-7124 connectionStatus command
- Closed
- related to
-
SERVER-1677 A shell function should be implemented to see if the server is running with authentication
- Closed