summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/spnego.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-09-08 04:37:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:55 -0500
commitc062b12fbab7807f7c5ce7eabb664ea30fc3dd93 (patch)
tree1f37a966345b05711e39b96d7f1406fb27b4fa3c /source4/auth/gensec/spnego.c
parent2f6d723e1f0858469794ee92cbe9e4445a7276cf (diff)
downloadsamba-c062b12fbab7807f7c5ce7eabb664ea30fc3dd93.tar.gz
samba-c062b12fbab7807f7c5ce7eabb664ea30fc3dd93.tar.bz2
samba-c062b12fbab7807f7c5ce7eabb664ea30fc3dd93.zip
r18250: Add an ordering of GENSEC modules, so we do preferred modules first.
Andrew Bartlett (This used to be commit 0afb4d1992b3c93557dec1e1cdca467efc299853)
Diffstat (limited to 'source4/auth/gensec/spnego.c')
-rw-r--r--source4/auth/gensec/spnego.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/gensec/spnego.c b/source4/auth/gensec/spnego.c
index fa15176e77..1cafa83f4b 100644
--- a/source4/auth/gensec/spnego.c
+++ b/source4/auth/gensec/spnego.c
@@ -1040,6 +1040,7 @@ static const struct gensec_security_ops gensec_spnego_security_ops = {
.session_info = gensec_spnego_session_info,
.have_feature = gensec_spnego_have_feature,
.enabled = True,
+ .order = GENSEC_SPNEGO
};
NTSTATUS gensec_spnego_init(void)