When installing JBoss from a kickstart script the `jboss` user is being created, even if it is defined in an IPA.
Environment
- Red Hat Enterprise Linux 6.x
- Red Hat Satellite
Issue
- When installing JBoss from a kickstart script the
jbossuser is being created, even if it is defined in an IPA.
Resolution
-
Perform either of the following:
-
Remove jboss from the package list and add the following in your postscript, after the IdM server has been added:
# yum groupinstall jboss-eap6 -
Add an
authconfigin your kickstart file to point to your IdM server. This is documented at Kickstart Options
-
Root Cause
- The IPA was defined in the
postportion of the kickstart; while the JBoss packages were defined in the package list. Due to this configuration JBoss was being installed before the IPA was referenced.
Diagnostic Steps
- Installed the JBoss RPMs when this user was defined in an IPA and did not recreate the issue.
- Tested reproducing this error using the kickstart file locally.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
