svn commit: samba r18354 - in branches/SAMBA_4_0/source/auth/gensec: .

abartlet at samba.org abartlet at samba.org
Mon Sep 11 01:42:13 GMT 2006


Author: abartlet
Date: 2006-09-11 01:42:13 +0000 (Mon, 11 Sep 2006)
New Revision: 18354

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18354

Log:
It seems safe to enable the DIGEST-MD5 module now.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/gensec/cyrus_sasl.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/cyrus_sasl.c
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/cyrus_sasl.c	2006-09-11 01:38:50 UTC (rev 18353)
+++ branches/SAMBA_4_0/source/auth/gensec/cyrus_sasl.c	2006-09-11 01:42:13 UTC (rev 18354)
@@ -308,7 +308,7 @@
 	.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
 };
 



More information about the samba-cvs mailing list