Add-user.sh: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Adding Users to WildFly Security Realms]] | * [[Adding Users to WildFly Security Realms]] | ||
==Add a User to the Management Real as part of an Automated Procedure== | |||
<tt>add-user.sh</tt> can be used in non-interactive mode, as part of an installation script, as follows: | |||
<pre> | |||
${JBOSS_HOME}/bin/add-user.sh -r ManagementRealm -u admin -p "admin123!" | |||
</pre> |
Revision as of 00:44, 12 February 2016
Internal
Add a User to the Management Real as part of an Automated Procedure
add-user.sh can be used in non-interactive mode, as part of an installation script, as follows:
${JBOSS_HOME}/bin/add-user.sh -r ManagementRealm -u admin -p "admin123!"