s4-gensec: fixed a GSSAPI SASL negotiation bug
authorAndrew Tridgell <tridge@samba.org>
Thu, 23 Sep 2010 05:20:30 +0000 (22:20 -0700)
committerAndrew Tridgell <tridge@samba.org>
Thu, 23 Sep 2010 07:17:57 +0000 (07:17 +0000)
commit202525db1339805af5d5e837712b0aa834e8f5e0
tree68c46be94ad3929996bb3db6508752e0a3fc39e1
parentd1cbd68bb12c6d5193e864e5b0bae16c7ec4c5f4
s4-gensec: fixed a GSSAPI SASL negotiation bug

Fixed a bug that affected mismatched negotiation between the GSSAPI
layer and the SASL SSF subsequent negotiation. This caused some ldap
clients to hang when trying to authentication with a Samba LDAP
server. The client thought the connection should be signed, the server
thought it should be in plain text

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/auth/gensec/gensec_gssapi.c