1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r15485: This 'fake' GSSAPI doesn't do the extra SASL negotiation correctly, so

don't attribute the GSSAPI SASL mech to it.

Andrew Bartlett
(This used to be commit 23a4db28ed)
This commit is contained in:
Andrew Bartlett 2006-05-07 11:14:46 +00:00 committed by Gerald (Jerry) Carter
parent 1ec7132b30
commit 44c36af9b6

View File

@ -721,7 +721,6 @@ static const char *gensec_krb5_oids[] = {
static const struct gensec_security_ops gensec_fake_gssapi_krb5_security_ops = {
.name = "fake_gssapi_krb5",
.sasl_name = "GSSAPI",
.auth_type = DCERPC_AUTH_TYPE_KRB5,
.oid = gensec_krb5_oids,
.client_start = gensec_fake_gssapi_krb5_client_start,