-
1. Re: How to create a user in JBoss Admin console
jaysensharma Nov 28, 2014 7:34 AM (in response to generic1)1 of 1 people found this helpfulFrom Admin Console you can only assign roles to a user. But if you really want to create a user then you should use the "$JBOSS_HOME/bin/add-user.sh" script.
-
2. Re: How to create a user in JBoss Admin console
generic1 Nov 28, 2014 10:53 AM (in response to jaysensharma)Thanks for the answer.
The JBoss Infrastructure I am working with works in domain mode. Therefore I am not sure if I should create a user with add-user,bat, Is there a way to create an user at domain controller for all hosts (JBoss Instances)?
Thanks a lot.
Generic1
-
3. Re: How to create a user in JBoss Admin console
jaysensharma Nov 29, 2014 12:58 AM (in response to generic1)Yes, you should be creating the management users on the domain controller using the "add-user.bat" script only, Because all the management operations are performed via the Domain controller only in the domain mode. While adding the users using add-user.bat script the user entries goes inside the "mgmt-users.properties" file.
However you can have your own authentication mechanism like LDAP to store your users informations. Like https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Administration_and_Configurat…