Delphix Products

Tip of the Day: How to Change a Delphix User Password in the CLI

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: How to Change a Delphix User Password in the CLI

    Posted 11-10-2014 06:14:00 PM
    No replies, thread closed.
    1. ssh into your engine with a user that has Admin privileges

    ssh delphix_admin@delphix
    delphix > ls

    2. Go to Users and select the User you would like to change the password of
    delphix > user
    delphix user > ls
    delphix user > select example_user
    delphix user "example_user" > ls

    3. Select updateCredtial to allow you to change password and set a new one
    delphix user "example_user" > updateCredential
    delphix user "example_user" updateCredential * > set newCredential.password="new password"

    4. Commit the operation
    delphix user "example_user" updateCredential * > commit