Setting Passwords or Disabling Default Login Accounts

Set new passwords for default user accounts if you plan to use them. If you do not plan to use the accounts, disable them. The default user accounts are sccadmin and sccuser (Sybase Control Center) and uafadmin (SCC agent).

Prerequisites
Before disabling the sccadmin or uafadmin accounts:
Task
  1. In a text editor, open the csi.properties file:
    • Windows: %SYBASE%\SCC-3_2\conf\csi.properties
    • UNIX: $SYBASE/SCC-3_2/conf/csi.properties
  2. Search for the account name:
    • Sybase Control Center: =sccadmin
    • SCC agent: =uafadmin
    The line containing the account name and the lines following should look similar to this:
    CSI.loginModule.2.options.username=<sccadmin or uafadmin>
    CSI.loginModule.2.options.password=
    CSI.loginModule.2.options.roles=uaAgentAdmin,uaPluginAdmin,sccAdminRole
    CSI.loginModule.2.options.encrypted=false
  3. (Optional) To disable the account, comment out the sccadmin or uafadmin block of the file by inserting a hash or number symbol (#) at the beginning of every line. In Sybase Control Center, do the same for sccuser. Then skip to step 11.
  4. Encrypt and copy a password for the sccadmin or uafadmin account. (See Encrypting a Password.)
  5. Paste the encrypted password at the end of the line that ends with password=.
  6. On the bottom line, change encrypted=false to encrypted=true.
  7. In Sybase Control Center, encrypt and copy a different password for sccuser. For the SCC agent, skip to step 11.
  8. Return to csi.properties and search for =sccuser.
  9. Paste the encrypted password at the end of sccuser’s password= line.
  10. On the bottom line of the sccuser block, change encrypted=false to encrypted=true.
  11. Save the file and exit.
  12. To make the new or disabled passwords take effect, restart the Sybase Control Center server or agent on which the changes were made.