From: Stefan Metzmacher Date: Fri, 22 Aug 2008 09:50:02 +0000 (+0200) Subject: lorikeet-heimdal: enable samba specific e_text = NULL... X-Git-Url: http://git.samba.org/?p=metze%2Fheimdal%2Fwip.git;a=commitdiff_plain;h=a5dce8d4e2b9e3ab4459e8e06ad2786400d37997 lorikeet-heimdal: enable samba specific e_text = NULL... The following is needed to make windows clients to retry using the timestamp in the error message. This is maybe a bug in windows to not trying when e_text is present... metze --- diff --git a/kdc/kerberos5.c b/kdc/kerberos5.c index bf7452aba..ff29592c6 100644 --- a/kdc/kerberos5.c +++ b/kdc/kerberos5.c @@ -1205,7 +1205,7 @@ _kdc_as_rep(krb5_context context, (unsigned)abs(kdc_time - p.patimestamp), context->max_skew, client_name); -#if 0 +#if 1 /* This code is from samba, needs testing */ /* * the following is needed to make windows clients