Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.9.2. jaas:groupadd
Abstract
						Add a user to a group.
					
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
jaas:groupadd  [
					--help
				] {
					username
				} {
					group
				}
Details Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				When editing a JAAS realm, add the 
username user to the group group in the current realm.
			Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				Table 9.2, “jaas:groupadd Arguments” describes the command's arguments.
			
| Argument | Interpretation | 
|---|---|
 --help  | Displays the online help for this command | 
username | The user to add to the group. | 
group | The name of the group to which the user is added. |