Setting the user name and password

Sybase recommends that you change the default user name and change and then encrypt a new password. User name and password information for the UAF is stored in the csi.properties files located on each node in the cluster.

StepsSetting the user name

  1. Enter the new user name in the “username” property in the Simple Log Module section of each $SYBASE/UAF-2_5/nodes/<node_name>/conf/csi.properties file. For example:

    # Simple Login Module
    ...
    CSI.loginModule.2.options.username=newusername
    CSI.loginModule.2.options.password=
    CSI.loginModule.2.options.encrypted=false
    CSI.loginModule.2.options.roles=uaAgentAdmin,uaPluginAdmin
    

NoteMake sure you edit the csi.properties file in each node in the cluster.

StepsEncrypting and setting the password

  1. Run passencrypt, located in $SYBASE/UAF-2_5UAF-2_5/bin , to generate the encrypted password.

  2. In the Simple Log Module section of each $SYBASE/UAF-2_5/nodes/<node_name>/conf/csi.properties file:

    1. Paste the encrypted value into the password property.

    2. Set the encrypted property to “true”. For example:

      # Simple Login Module
      ...
      CSI.loginModule.2.options.username=newusername
      CSI.loginModule.2.options.password=REVTe1NZVUFGfWNvbS5zdW4uY3J5cHRvLnByb3ZpZGVyLlN1bkpDRXtTWVVBRn1nTUJacVh5R3pnN09RSDJDN1NPUXhBPT0=
      CSI.loginModule.2.options.encrypted=true
      CSI.loginModule.2.options.roles=uaAgentAdmin,uaPluginAdmin
      
      

NoteMake sure you edit the csi.properties file in each node in the cluster.

StepsActivating the new user name and password

  1. For the new user name and password to take effect, shut down and restart the Unified Agent on each node in the cluster.