Java Reference
In-Depth Information
Password requirements are listed below. To modify these
restrictions edit the add-user.properties configuration
file.
- The password must not be one of the following restricted
values {root, admin, administrator}
- The password must contain at least 8 characters, 1
alphanumeric character(s), 1 digit(s), 1 non-alphanumeric
symbol(s)
- The password must be different from the username
Password :
Re-enter Password :
What groups do you want this user to belong to? (Please
enter a comma separated list, or leave blank for none)[ ]:
About to add user 'ejbuser' for realm 'ApplicationRealm'
Is this correct yes/no? yes
Added user 'ejbuser' to file
'C:\Programs\Dev\Servers\wildfly-8.0.0.Final\standalone\configuration\application-users.properties'
Added user 'ejbuser' to file
'C:\Programs\Dev\Servers\wildfly-8.0.0.Final\domain\configuration\application-users.properties'
Added user 'ejbuser' with groups to file
'C:\Programs\Dev\Servers\wildfly-8.0.0.Final\standalone\configuration\application-roles.properties'
Added user 'ejbuser' with groups to file
'C:\Programs\Dev\Servers\wildfly-8.0.0.Final\domain\configuration\application-roles.properties'
Is this new user going to be used for one AS process to
connect to another AS process?
e.g. for a slave host controller connecting to the master
or for a Remoting connection for server to server EJB calls.
yes/no? no
Press any key to continue . . .
The defined user will be added for you in the application-user.properties file
located in your configuration folder.
This file contains the default security realm named ApplicationRealm . This security
realm uses the following format to store passwords:
username=HEX( MD5( username ':' realm ':' password))
With the passwords you've just entered, the file will contain the following entry:
Search WWH ::




Custom Search