Setting Passwords or Disabling Default Login Accounts

Encrypt and set new passwords for the sccadmin and sccuser accounts if you plan to use the accounts. If you do not plan to use the accounts, disable them.

Prerequisites Before disabling the sccadmin account:

This procedure explains how to use the passencrypt utility to encrypt passwords for the default accounts. You can safely store an encrypted password in the csi.properties file. Enter the password in clear text (unencrypted) when you execute passencrypt and when you use the password to log in.

passencrypt, which is located in the Sybase Control Center bin directory, uses the DES encryption algorithm.

  1. Open a command window and change to the bin directory:
    • Windows: cd %SYBASE_UA%\bin
    • UNIX: cd $SYBASE_UA/bin
  2. Encrypt a password for sccadmin:
    passencrypt -text <new_password>
    The passencrypt utility encrypts the password you enter and displays the password in encrypted form.
  3. Copy the encrypted password.
  4. In a text editor, open the csi.properties file:
    • Windows: %SYBASE_UA%\conf\csi.properties
    • UNIX: $SYBASE_UA/conf/csi.properties
  5. Search for =sccadmin. The line containing =sccadmin and the lines following should look like this:
    CSI.loginModule.2.options.username=sccadmin
    CSI.loginModule.2.options.password=
    CSI.loginModule.2.options.roles=uaAgentAdmin,uaPluginAdmin,sccAdminRole
    CSI.loginModule.2.options.encrypted=false
  6. (Optional) To disable the sccadmin account, comment out the sccadmin block of the file by inserting a number or hash symbol (#) at the beginning of every line. Do the same for sccuser.
  7. Paste the encrypted password at the end of the line that ends with password=.
  8. On the bottom line, change encrypted=false to encrypted=true.
  9. Return to the command window and use passencrypt to encrypt a different password for sccuser.
  10. Copy the encrypted password.
  11. Return to csi.properties and search for =sccuser.
  12. Paste the encrypted password at the end of sccuser’s password= line.
  13. On the bottom line of the sccuser block, change encrypted=false to encrypted=true.
  14. Save the file and exit.
  15. Immediately close the command window—it displays passwords in clear text.
  16. To make the new passwords take effect, restart Sybase Control Center. (See Starting and Stopping Sybase Control Center in Windows or Starting and Stopping Sybase Control Center in UNIX.)


Created April 16, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com