ACSLS 8.0: Authentication Failure on Web GUI Login

As you know, the addition of a Web-based UI was one of the biggest additions in ACSLS 8.0 versus previous versions. However, when attempting to login to the UI using the acsss account as the ACSLS Admin Guide suggests, you will receive an Authentication Failure message.  The solution to this problem is to create a new Solaris user account to login with. In this example, I created a user called acsgui to use as the username and password.

Create New Account To Login to ACSLS 8.0 UI

  1. Login or su to the root user
  2. Create a new user with the username acsgui
  3. useradd -d /export/home/acsgui -m -s /bin/bash acsgui

  4. Set the password for this new user
  5. passwd acsgui

  6. Login to the UI using the new username and password! https://[acsls_hostname]:6789

{ 1 Comments }
  1. [...] If you do have ACSLS 8.0 installed and are experiencing problems logging in, check out this post regarding the authentication failure message in ACSLS. [...]

Tell us what you think about this article!