From cbed4ba5afbccfba7473260fe725c34daf3031f0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 11 Sep 2006 01:42:13 +0000 Subject: r18354: It seems safe to enable the DIGEST-MD5 module now. Andrew Bartlett (This used to be commit 8357f8be45ef93bd1b648350c951bbe3b1bb5682) --- source4/auth/gensec/cyrus_sasl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/auth/gensec/cyrus_sasl.c b/source4/auth/gensec/cyrus_sasl.c index 0ced2ebe93..f61de439f2 100644 --- a/source4/auth/gensec/cyrus_sasl.c +++ b/source4/auth/gensec/cyrus_sasl.c @@ -308,7 +308,7 @@ static const struct gensec_security_ops gensec_sasl_security_ops = { .wrap_packets = gensec_sasl_wrap_packets, .unwrap_packets = gensec_sasl_unwrap_packets, .have_feature = gensec_sasl_have_feature, - .enabled = False, + .enabled = True, .priority = GENSEC_SASL }; -- cgit