-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: 1.8.1
-
Component/s: Security
-
None
-
Server Security
-
ALL
Clone collection does not allow for cloning of data requiring authentication.
Should probably be something like the following:
{
"cloneCollection":"blank.test",
"from":"127.0.0.1:27017",
"user":"myusername",
"password":"mypassword",
"copyIndexes":true
}