summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/spnego.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-11-08 16:55:17 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-08 18:15:23 +1100
commit10c82d0619f71e8c6dac5755d2b327c2a543cca4 (patch)
tree5f398da1e1631b1f76df4322d72edf16aaf8a5a6 /source4/auth/gensec/spnego.c
parentcd4c3d6d7ba987abf7b2ae7b826b9ef0c8cb0f2f (diff)
downloadsamba-10c82d0619f71e8c6dac5755d2b327c2a543cca4.tar.gz
samba-10c82d0619f71e8c6dac5755d2b327c2a543cca4.tar.bz2
samba-10c82d0619f71e8c6dac5755d2b327c2a543cca4.zip
s4-auth Supply more useful error messages on Kerberos failure
The practice of returning only NT_STATUS_INVALID_PARAMETER hasn't helped our users to debug problems effectivly, and so we now return more errors and try and give a more useful debug message when then happen. Andrew Bartlett
Diffstat (limited to 'source4/auth/gensec/spnego.c')
-rw-r--r--source4/auth/gensec/spnego.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/gensec/spnego.c b/source4/auth/gensec/spnego.c
index 4902cd8ee1..813bf0a730 100644
--- a/source4/auth/gensec/spnego.c
+++ b/source4/auth/gensec/spnego.c
@@ -495,6 +495,8 @@ static NTSTATUS gensec_spnego_parse_negTokenInit(struct gensec_security *gensec_
* of this mech */
if (spnego_state->state_position != SPNEGO_SERVER_START) {
if (NT_STATUS_EQUAL(nt_status, NT_STATUS_INVALID_PARAMETER) ||
+ NT_STATUS_EQUAL(nt_status, NT_STATUS_NO_LOGON_SERVERS) ||
+ NT_STATUS_EQUAL(nt_status, NT_STATUS_TIME_DIFFERENCE_AT_DC) ||
NT_STATUS_EQUAL(nt_status, NT_STATUS_CANT_ACCESS_DOMAIN_INFO)) {
/* Pretend we never started it (lets the first run find some incompatible demand) */