--- old/kdc/kdc_util.c	Thu Jun 29 22:27:49 2000
+++ new/kdc/kdc_util.c	Mon Jul  3 16:22:14 2000
@@ -1422,8 +1422,12 @@
      * that's not the reality....
      */
     if (enctype == ENCTYPE_DES_CBC_MD5)
+#ifdef KRBSC
+	return 1;
+#else /* KRBSC */
 	return isflagset(client->attributes, KRB5_KDB_SUPPORT_DESMD5);
-
+#endif /* KRBSC */
+	
     /*
      * XXX we assume everything can understand DES_CBC_CRC
      */
