From 49bb7f248a2059dc15636db0d4c00653eab7197c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 11 Mar 2012 06:44:17 +1100 Subject: s3-krb5: Remove GSS_WRAP_IOV conditional We already confirm that we have this functionality before we set HAVE_KRB5 at configure time. Andrew Bartlett --- source3/auth/auth_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_generic.c b/source3/auth/auth_generic.c index 43baab58ff..f99d390edd 100644 --- a/source3/auth/auth_generic.c +++ b/source3/auth/auth_generic.c @@ -294,7 +294,7 @@ NTSTATUS auth_generic_prepare(TALLOC_CTX *mem_ctx, gensec_settings->backends[idx++] = gensec_security_by_oid(NULL, GENSEC_OID_NTLMSSP); -#if defined(HAVE_KRB5) && defined(HAVE_GSS_WRAP_IOV) +#if defined(HAVE_KRB5) gensec_settings->backends[idx++] = &gensec_gse_krb5_security_ops; #endif -- cgit