Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionNiranjan Mallapadi Raghavender
2016-03-23 09:31:53 UTC
Description of problem:
Unable to join to AD using realmd on "Non-Atomic" host, and journalctl doesn't any information to debug either
Version-Release number of selected component (if applicable):
atomic-1.9-4.gitff44c6a.el7.x86_64
docker-1.9.1-23.el7.x86_64
Red Hat Enterprise Linux Server release 7.2 (Maipo)
sssd-docker-7.2-7-x86_64.tar.gz
rhel7/sssd imageid: c67906fd8d2d
How reproducible:
Steps to Reproduce:
1. On RHEL7.2 install atomic packages
2. get latest sssd-docker image
3. Load the image through docker load
4. setup AD ip in /etc/resolv.conf
5. atomic rhel7/sssd install realm join WINPKI1.TESTPKI.TEST
Actual results:
1002 history
[root@dhcp201-185 ~]# atomic install rhel7/sssd realm join WINPKI1.TESTPKI.TEST
docker run --rm=true --privileged --net=host -v /:/host -e NAME=sssd -e IMAGE=rhel7/sssd -e HOST=/host rhel7/sssd /bin/install.sh realm join WINPKI1.TESTPKI.TEST
Initializing configuration context from host ...
Password for Administrator:
See: journalctl REALMD_OPERATION=r162468.39
realm: Couldn't join realm: Joining the domain winpki1.testpki.test failed
[root@dhcp201-185 ~]# journalctl REALMD_OPERATION=r162468.39
-- Logs begin at Mon 2016-03-21 17:45:37 IST, end at Wed 2016-03-23 14:56:17 IST. --
Expected results:
should be able to join to AD
Additional info:
Comment 1Niranjan Mallapadi Raghavender
2016-03-23 09:33:29 UTC
Note: I am able to make this work on Atomic host, i suspect it to be something specific to myhost, but if journalctl could throw more messages, it would have been helpful.
Comment 3Jan Pazdziora (Red Hat)
2016-03-23 09:39:44 UTC
I don't see step setting /etc/sssd/realm-join-password in comment 0. Do you have it on the non-Atomic machine?
Comment 4Niranjan Mallapadi Raghavender
2016-03-23 09:44:32 UTC
yes i have the realm-join-password file
[root@dhcp201-185 sssd]# pwd
/etc/sssd
[root@dhcp201-185 sssd]# ls -l
total 4
-rw-r--r--. 1 root root 11 Mar 23 11:43 realm-join-password
[root@dhcp201-185 sssd]# cat realm-join-password
redhat@123
[root@dhcp201-185 sssd]#
Comment 13Niranjan Mallapadi Raghavender
2016-04-05 13:53:22 UTC