Adding Translated Names in Linux

Complete the following steps for non-English versions of Linux.
  1. Stop the LSAService by using the /etc/init.d/LsiSASH stop command.
  2. Navigate to LSA_HOME/Conf directory and open the LSA.conf file.
  3. Add the translated names of the root group to the full_access_groups in the LSA.conf file.

    This will allows users to have full access privileges in the LSA post login.

  4. Add the translated names of the users group to the readonly_access_groups in the LSA.conf file.

    This will allows users to have read access privileges in the LSA post login.

  5. Restart the LSAService using the /etc/init.d/LsiSASH startcommand, and proceed with the login.