summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/cyrus_sasl.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-09-08 06:21:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:57 -0500
commitc1ec0da99cf5ee0633a43c13a39df3803c8483f5 (patch)
tree1d23d20456305fe0c9ee2cba23428399c56ab16b /source4/auth/gensec/cyrus_sasl.c
parentd7534e0cc772b9aa0b7cdeb0ed4469e44173348f (diff)
downloadsamba-c1ec0da99cf5ee0633a43c13a39df3803c8483f5.tar.gz
samba-c1ec0da99cf5ee0633a43c13a39df3803c8483f5.tar.bz2
samba-c1ec0da99cf5ee0633a43c13a39df3803c8483f5.zip
r18257: Order the GENSEC modules, with unknown modules last.
Andrew Bartlett (This used to be commit 8ae880b5019ab275fe0eca48120ab9e0fcca6293)
Diffstat (limited to 'source4/auth/gensec/cyrus_sasl.c')
-rw-r--r--source4/auth/gensec/cyrus_sasl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/cyrus_sasl.c b/source4/auth/gensec/cyrus_sasl.c
index 661e12f455..0ced2ebe93 100644
--- a/source4/auth/gensec/cyrus_sasl.c
+++ b/source4/auth/gensec/cyrus_sasl.c
@@ -309,7 +309,7 @@ static const struct gensec_security_ops gensec_sasl_security_ops = {
.unwrap_packets = gensec_sasl_unwrap_packets,
.have_feature = gensec_sasl_have_feature,
.enabled = False,
- .order = GENSEC_SASL
+ .priority = GENSEC_SASL
};
int gensec_sasl_log(void *context,