Description
clarification for:
http://docs.mongodb.org/manual/reference/user-privileges/#read
it says that "read" grants access to the cloneCollectionAsCapped command.
Actually this only applies to the source collection, the user still needs write access to the target collection to be able to run the command.