MIT KDC + W2K clients (please help!)
Sam Hartman
hartmans at MIT.EDU
Fri Jul 19 10:11:42 EDT 2002
The following patch may help.
I'd appreciate any errors or event logs or symptoms from the w2k side.
Index: src/kdc/kdc_preauth.c
===================================================================
RCS file: /afs/sipb/project/debian/cvs/krb5/src/kdc/kdc_preauth.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 kdc_preauth.c
--- src/kdc/kdc_preauth.c 20 Oct 2000 07:15:19 -0000 1.1.1.1
+++ src/kdc/kdc_preauth.c 24 Jun 2002 22:35:15 -0000
@@ -533,7 +533,7 @@
while (1) {
retval = krb5_dbe_search_enctype(context, client, &start, -1,
-1, 0, &client_key);
- if (retval == ENOENT)
+ if (retval == KRB5_KDB_NO_MATCHING_KEY)
break;
if (retval)
goto cleanup;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 258 bytes
Desc: not available
Url : http://mailman.mit.edu/pipermail/kerberos/attachments/20020719/843cbb2f/attachment.bin
More information about the Kerberos
mailing list