Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-9980

Add write concern to user management commands

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.5.3
    • Affects Version/s: None
    • Component/s: Security
    • Labels:
      None

      Will look like:

      db.runCommand({createUser:1, user:'spencer', pwd:'password', roles:['read'], writeConcern: {w:"majority", wtimeout:5000}});
      

      Need to update shell helpers also to pass the write concern information through to the command.

            Assignee:
            spencer@mongodb.com Spencer Brody (Inactive)
            Reporter:
            spencer@mongodb.com Spencer Brody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: