Sun Open Telecommunications Platform 2.0 Administration Guide

Changing the Password of Existing Web SSO User

You can change the password of sn existing Web SSO user account.

ProcedureTo Change the Password of Existing Web SSO User Using GUI

  1. Open a browser and log in to the Sun OTP application provisioning service on the Sun OTP provisioning server.

    Go to https://install server:9090 where install server is the IP address or the fully qualified name of the Sun OTP provisioning server.

  2. Type the user name and password.

    The user name is otpadmin. The password is the password provided in the password file while setting up the Sun OTP provisioning server.

  3. Click OTP Setup to display the Sun Open Telecommunications Platform utility tasks page.

  4. Click Change User Password and click run.

    The ChangeWebSSOPassword plan run screen appears.

  5. Type the host name in the target host field.

  6. Type the Web SSO user name in the WebSSO login name field.

  7. Type the old password in the Old WebSSO password field.

  8. Type the new password in the New WebSSO password field.

  9. Confirm the new password in the Retype New WebSSO password field.

  10. Click run plan (includes preflight).

ProcedureTo Change the Password of Existing Web SSO User Using the CLI

  1. Log in as root (su - root) to the provisioning server.

  2. Type the following command to change the password.

    /opt/SUNWotp/cli/ssocli password -u ssousername -f oldpasswordfile -n newpasswordfile -c clusterhostset

    ssousername is the Web SSO user name.

    oldpasswordfile is the file that contains the old or initial password on the first line.

    newpasswordfile is the file that contains the new password on the first line.

    clusterhostset is the cluster host set.

    For example

    /opt/SUNWotp/cli/ssocli password -u ssouser -f /tmp/oldpass -n /tmp/newpass -c cl-sso