From Fedora Project Wiki
m (Created page with "{{QA/Test_Case |description=Testing adding a new user which will be used to connect to the server management interface |setup=Don't forget to install latest updates! |actions= # ...") |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|setup=Don't forget to install latest updates! | |setup=Don't forget to install latest updates! | ||
|actions= | |actions= | ||
# | # Become root (if you don't do this - you get Permission Denied errors later) | ||
# <code>cd /usr/share/jboss-as/bin/</code> | |||
# <code>./add-user.sh</code> | |||
# Select Management User type (hit '''[Enter]''') | |||
# Select ManagementRealm realm (hit '''[Enter]''') | |||
# Select a username | |||
# Select a password | |||
# Re-type password | |||
|results= | |results= | ||
# | # A new entry with your user should be appended to <code>/etc/jboss-as/standalone/mgmt-users.properties</code> and <code>/etc/jboss-as/domain/mgmt-users.properties</code> files | ||
# Above files still should be owned by <code>jboss-as</code> user | |||
}} | }} | ||
{{admon/note|File permissions|As of version 7.1.0-3, jboss-as contains new way of creating backups for properties files introduced in master. This now leads to some permission changes. '''We're aware of that''' and a [https://github.com/jbossas/jboss-as/pull/2067 pull request was sent].}} | |||
[[Category:JBoss_AS_test_cases]] | [[Category:JBoss_AS_test_cases]] |
Latest revision as of 19:43, 17 April 2012
Description
Testing adding a new user which will be used to connect to the server management interface
Setup
Don't forget to install latest updates!
How to test
- Become root (if you don't do this - you get Permission Denied errors later)
cd /usr/share/jboss-as/bin/
./add-user.sh
- Select Management User type (hit [Enter])
- Select ManagementRealm realm (hit [Enter])
- Select a username
- Select a password
- Re-type password
Expected Results
- A new entry with your user should be appended to
/etc/jboss-as/standalone/mgmt-users.properties
and/etc/jboss-as/domain/mgmt-users.properties
files - Above files still should be owned by
jboss-as
user