Hide Forgot
Description of problem: cyrus-sasl-gssapi does not work on s390x. I have kerberos and ldap server. The I try run ldapsearch -Y GSSAPI, but it fails with: ldap_sasl_interactive_bind_s: Unknown authentication method (-6) additional info: SASL(-4): no mechanism available: No worthy mechs found In /var/log/messages the I can see: Aug 29 15:19:01 ibm-z10-32 ldapsearch: unable to dlopen /usr/lib64/sasl2/libgssapiv2.so: /usr/lib64/sasl2/libgssapiv2.so: undefined symbol: gsskrb5_register_acceptor_identity Aug 29 15:19:01 ibm-z10-32 ldapsearch: No worthy mechs found Version-Release number of selected component (if applicable): cyrus-sasl-2.1.26-9.el7 How reproducible: always Steps to Reproduce: 1.setup kerberos and ldap server 2.kinit 3.ldapsearch -Y GSSAPI Actual results: ldapsearch fail Expected results: ldapsearch pass Additional info:
*** Bug 1005267 has been marked as a duplicate of this bug. ***
It seems to be related to warning in s390x build logs: gssapi.c: In function 'gssapiv2_server_plug_init': gssapi.c:1424:2: warning: implicit declaration of function 'gsskrb5_register_acceptor_identity' [-Wimplicit-function-declaration] gsskrb5_register_acceptor_identity(keytab_path);
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request.