Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. MacBook-Markus:~ Markus$ wildfly-10.0.0.Final/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): b
  7.  
  8. Enter the details of the new user to add.
  9. Using realm 'ApplicationRealm' as discovered from the existing property files.
  10. Username : markus
  11. Password recommendations are listed below. To modify these restrictions edit the add-user.properties configuration file.
  12. - The password should be different from the username
  13. - The password should not be one of the following restricted values {root, admin, administrator}
  14. - The password should contain at least 8 characters, 1 alphabetic character(s), 1 digit(s), 1 non-alphanumeric symbol(s)
  15. Password :
  16. WFLYDM0102: Password should have at least 1 non-alphanumeric symbol.
  17. Are you sure you want to use the password entered yes/no? yes
  18. Re-enter Password :
  19. What groups do you want this user to belong to? (Please enter a comma separated list, or leave blank for none)[ ]: mygroup
  20. About to add user 'markus' for realm 'ApplicationRealm'
  21. Is this correct yes/no? yes
  22. Added user 'markus' to file '/Users/Markus/wildfly-10.0.0.Final/standalone/configuration/application-users.properties'
  23. Added user 'markus' to file '/Users/Markus/wildfly-10.0.0.Final/domain/configuration/application-users.properties'
  24. Added user 'markus' with groups mygroup to file '/Users/Markus/wildfly-10.0.0.Final/standalone/configuration/application-roles.properties'
  25. Added user 'markus' with groups mygroup to file '/Users/Markus/wildfly-10.0.0.Final/domain/configuration/application-roles.properties'
  26. Is this new user going to be used for one AS process to connect to another AS process?
  27. e.g. for a slave host controller connecting to the master or for a Remoting connection for server to server EJB calls.
  28. yes/no? no
  29. MacBook-Markus:~ Markus$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement