User accounts provide one way for clients to authenticate with the application server. For each account, you define the login name for the user and authentication information. You can configure plain text password or encrypted password as the type of authentication for user accounts. When you delete user accounts, the software verifies that the user account is not referenced by another configuration.
![]() |
Note: Client profiles can be cached by applications for 30 minutes. If you change the password or role of a client that has been used within the last 30 minutes, it can take up to 30 minutes before these changes take effect. If you do not want to wait 30 minutes for the changes to take effect, restart the Web application server. |
Use the following configuration statements to configure user accounts at the [edit] hierarchy level:
- shared application-server user name authentication {
- encrypted-password encrypted-password;
- plain-text-password;
- }
To configure a user account:
The username must be unique within the system. Do not include spaces, colons, or commas in the username.
- [edit shared application-server user name]
- user@host# set authentication (plain-text-password | encrypted-password)
where:
We recommend that you do not enter the password in encrypted format.
For example: