Details
-
New Feature
-
Resolution: Duplicate
-
Minor - P4
-
None
-
1.6.1
-
None
Description
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 ); }Attachments
Issue Links
- 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
-