Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.4.1, 22.08.0
-
None
Description
If a user is created with the role userAdminAnyDatabase
db.runCommand({createUser: "nosql_admin", pwd: "nosql_pwd", roles: ["dbAdminAnyDatabase", "userAdminAnyDatabase", "readWriteAnyDatabase"]});
|
the creation will fail because an erroneous GRANT statement will be created.