Guest User

Untitled

a guest
Sep 28th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. [root@jboss-as bin]# ./add-user.sh
  2.  
  3. What type of user do you wish to add?
  4. a) Management User (mgmt-users.properties)
  5. b) Application User (application-users.properties)
  6. (a):
  7.  
  8. Enter the details of the new user to add.
  9. Realm (ManagementRealm) :
  10. Username : test
  11. Password :
  12. Re-enter Password :
  13. About to add user 'test' for realm 'ManagementRealm'
  14. Is this correct yes/no? yes
  15. Added user 'test' to file '/etc/jboss-as/standalone/mgmt-users.properties'
  16. Added user 'test' to file '/etc/jboss-as/domain/mgmt-users.properties'
Add Comment
Please, Sign In to add comment