]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/lib/ZCkAuth.c
done milestone 3; working on refactoring
[1ts-debian.git] / zephyr / lib / ZCkAuth.c
index ed69a6a2a3ab8a84d49a7db32564fd3644ba9802..3e2dbf1007bcacd47630ba4d05d6cfd9c057c30d 100644 (file)
@@ -32,7 +32,8 @@ static char rcsid_ZCheckAuthentication_c[] =
 Code_t ZCheckAuthentication(notice, from)
     ZNotice_t *notice;
     struct sockaddr_in *from;
-{      
+{
+#if 0
 #if defined(HAVE_KRB4) || defined(HAVE_KRB5)
     int result;
     ZChecksum_t our_checksum;
@@ -81,4 +82,7 @@ Code_t ZCheckAuthentication(notice, from)
 #else
     return (notice->z_auth ? ZAUTH_YES : ZAUTH_NO);
 #endif
+#else
+    ZCheckZcodeAuthentication(notice, from);
+#endif
 }