Non-Windows: Using a generic system user

The described configuration procedure (non-Windows) assumes that the bshell is started using the System Login defined for the application user. To have all LN users run the binaries impersonated as the Generic System User, deviate from the described procedure.

To use a generic system user:

  1. Create an account to be used as the Generic System User.
  2. When updating session SSO Parameters, specify the Generic System User username.
  3. When updating session User Data, ensure that the Use Generic System User check box is selected.
  4. Create the sso_permissions.xml file as shown here (replace ‘username’ with the Generic System User username):
    <?xml version="1.0"?>
    <SingleSignOn>
      <impersonations sso_location="STS">
        <impersonation os_user="username">
          <sso_user name="*"/>
        </impersonation>
      </impersonations>
    </SingleSignOn>