Changes between Version 4 and Version 5 of Ticket #62584, comment 4


Ignore:
Timestamp:
Jan 17, 2022, 11:54:54 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62584, comment 4

    v4 v5  
    55
    66for me, it fails while starting 'GENSEC spengo' with gs_krb5. From debug output:
    7 "
    8 ...\\
    9 cli_session_creds_prepare_krb5: Successfully authenticated as xxx@yyy (xxx@yyy) to access yyy using Kerberos\\
    10 cli_session_setup_spnego_send: Connect to yyy as xxx@yyy using SPNEGO\\
    11 ...\\
    12 Starting GENSEC mechanism spnego\\
    13 Starting GENSEC submechanism gse_krb5\\
    14 Segmentation fault: 11\\"
     7{{{
     8...
     9cli_session_creds_prepare_krb5: Successfully authenticated as xxx@yyy (xxx@yyy) to access yyy using Kerberos
     10cli_session_setup_spnego_send: Connect to yyy as xxx@yyy using SPNEGO
     11...
     12Starting GENSEC mechanism spnego
     13Starting GENSEC submechanism gse_krb5
     14Segmentation fault: 11
     15}}}
    1516
    1617This could be fixed with turning off gse_krb5 and NTLMv2 in previous versions (https://stackoverflow.com/questions/52034903/smbclient-authentication-file-session-setup-failed-nt-status-invalid-paramet), but is enforced from version 4.13.0 (https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#CLIENTUSESPNEGO).