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.
/usr/lib64/samba/libgse-samba4.so: symbol krb5_get_init_creds_opt_set_pac_request, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference
Description of problem:
It appears that SSSD service is unable to start on a rhel 7.3 client after it was updated with latest security updates
Version-Release number of selected component (if applicable):
sssd, /usr/bin/net
How reproducible:
Steps to Reproduce:
1. Apply only security updates,
[root@rhel7u3-2 rhn]# yum update-minimal --security
2. Try to join to a domain using realm command
[root@rhel7u3-2 rhn]# realm join gsslab.pnq.redhat.com -v
* Resolving: _ldap._tcp.gsslab.pnq.redhat.com
* Successfully discovered: gsslab.pnq.redhat.com
Password for Administrator:
/usr/bin/net: relocation error: /usr/lib64/samba/libgse-samba4.so: symbol krb5_get_init_creds_opt_set_pac_request, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference
! Joining the domain gsslab.pnq.redhat.com failed
realm: Couldn't join realm: Joining the domain gsslab.pnq.redhat.com failed
3.
Actual results:
/usr/bin/net: relocation error: /usr/lib64/samba/libgse-samba4.so: symbol krb5_get_init_creds_opt_set_pac_request, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference
! Joining the domain gsslab.pnq.redhat.com failed
realm: Couldn't join realm: Joining the domain gsslab.pnq.redhat.com failed
Expected results:
Join should be successful
Additional info:
Issue will be resolved if I update krb5-libs package to the latest version (1.15.1-8.el7)
Comment 5Andreas Schneider
2017-08-11 06:54:26 UTC
This sounds like that there is a krb5 update the customer didn't install?
Comment 7Andreas Schneider
2017-08-11 13:11:58 UTC
Andreas,
I think you would need to add explicit requires to newer krb5 in samba-client-libs. (+ other packages which use newer krb5 symbols).
IMHO it can be part of next Z-stream update for another bug or security update.
Because there is simple workaround.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2018:0937
Description of problem: It appears that SSSD service is unable to start on a rhel 7.3 client after it was updated with latest security updates Version-Release number of selected component (if applicable): sssd, /usr/bin/net How reproducible: Steps to Reproduce: 1. Apply only security updates, [root@rhel7u3-2 rhn]# yum update-minimal --security 2. Try to join to a domain using realm command [root@rhel7u3-2 rhn]# realm join gsslab.pnq.redhat.com -v * Resolving: _ldap._tcp.gsslab.pnq.redhat.com * Successfully discovered: gsslab.pnq.redhat.com Password for Administrator: /usr/bin/net: relocation error: /usr/lib64/samba/libgse-samba4.so: symbol krb5_get_init_creds_opt_set_pac_request, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference ! Joining the domain gsslab.pnq.redhat.com failed realm: Couldn't join realm: Joining the domain gsslab.pnq.redhat.com failed 3. Actual results: /usr/bin/net: relocation error: /usr/lib64/samba/libgse-samba4.so: symbol krb5_get_init_creds_opt_set_pac_request, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference ! Joining the domain gsslab.pnq.redhat.com failed realm: Couldn't join realm: Joining the domain gsslab.pnq.redhat.com failed Expected results: Join should be successful Additional info: Issue will be resolved if I update krb5-libs package to the latest version (1.15.1-8.el7)