diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-09-11 01:42:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:17 -0500 |
commit | cbed4ba5afbccfba7473260fe725c34daf3031f0 (patch) | |
tree | d084d1753bc5aa9df9fe231d8e41034c212a346d /source4 | |
parent | 691ba583afaaeb1f6f96befa75396536aed57e97 (diff) | |
download | samba-cbed4ba5afbccfba7473260fe725c34daf3031f0.tar.gz samba-cbed4ba5afbccfba7473260fe725c34daf3031f0.tar.bz2 samba-cbed4ba5afbccfba7473260fe725c34daf3031f0.zip |
r18354: It seems safe to enable the DIGEST-MD5 module now.
Andrew Bartlett
(This used to be commit 8357f8be45ef93bd1b648350c951bbe3b1bb5682)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/gensec/cyrus_sasl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |