Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SSH connect to the CMS and log in using your ‘cmssvc’ credentials or a ‘super user’ account.
  • At the command prompt type “su root”
  • When prompted enter the ‘root’ user password
  • Use the command “useradd NAME” where NAME is the account name you want to create and hit enter
  • Use the command “passwd NAME” where NAME is the account name you just created to set the account password and hit enter
  • Enter the password then hit enter (you will need to do this twice)
  • Enter the command “chage –M -M 99999 username NAME” where NAME is the account you just created and hit enter to set the CMS account password to not expire.
  • Enter the command “usermod -g 1001 NAME” where NAME is the account you just created. This will add the new user to the CMS user group.

...