You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem which we are facing is that some queries for krb5 cred acquire are taking more than 2 mins and then timing out. This has happened more than a few times.
Do you have any other suggestion to better fix this TODO? If the patch does not require in-depth protocol knowledge, would be happy to submit a PR for this.
The text was updated successfully, but these errors were encountered:
When we try to acquire creds, we ignore the recommendation from the server and try to use SPNEGO. Referring to a TODO here: https://github.com/sahlberg/libsmb2/blob/master/lib/krb5-wrapper.c#L215
The problem which we are facing is that some queries for krb5 cred acquire are taking more than 2 mins and then timing out. This has happened more than a few times.
We tried a fix where we moved the code: https://github.com/sahlberg/libsmb2/blob/master/lib/krb5-wrapper.c#L269-L282 to https://github.com/sahlberg/libsmb2/blob/master/lib/krb5-wrapper.c#L215. However, we lost the SPNEGO headers in this patch and authentication started failing with Netapp. For some reason, Netapp likes the SPNEGO headers in the packets sent over the wire.
Do you have any other suggestion to better fix this TODO? If the patch does not require in-depth protocol knowledge, would be happy to submit a PR for this.
The text was updated successfully, but these errors were encountered: