openbsd-ports/security/stel/patches/patch-stel_steld_c
naddy 96881f1b73 - make conform with update-patches
- fix build, dunno if it works
2001-09-29 21:27:50 +00:00

24 lines
771 B
Plaintext

$OpenBSD: patch-stel_steld_c,v 1.1 2001/09/29 21:27:50 naddy Exp $
--- stel/steld.c.orig Fri Apr 26 18:29:24 1996
+++ stel/steld.c Sat Sep 29 22:55:22 2001
@@ -664,6 +664,11 @@ int usepty, authfh;
break;
}
unixauth:
+/*
+ * Commented out since openbsd does not use this. Refer the the
+ * skeyaccess.c with is a seperate utility written by Wietse Venema.
+ * It is not used in our distribution of skey.
+ *
if (!skeyaccess(username, line, fromhost, fromhost)) {
syslog(LOGPRI,
"UNIX PASSWORDS NOT PERMITTED for %s from %s",
@@ -671,6 +676,7 @@ unixauth:
puts("UNIX passwords NOT permitted.");
sleepexit(1);
}
+ */
/* unix password authentication */
printf("steld: UNIX password authentication required for %s\n",
username);