2003-03-28 17:39:10 -05:00
|
|
|
$OpenBSD: patch-stel_steld_c,v 1.2 2003/03/28 22:39:10 david Exp $
|
2001-09-29 17:27:50 -04:00
|
|
|
--- 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;
|
1998-11-18 22:22:35 -05:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
unixauth:
|
|
|
|
+/*
|
|
|
|
+ * Commented out since openbsd does not use this. Refer the the
|
2003-03-28 17:39:10 -05:00
|
|
|
+ * skeyaccess.c with is a separate utility written by Wietse Venema.
|
1998-11-18 22:22:35 -05:00
|
|
|
+ * 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",
|
2001-09-29 17:27:50 -04:00
|
|
|
@@ -671,6 +676,7 @@ unixauth:
|
1998-11-18 22:22:35 -05:00
|
|
|
puts("UNIX passwords NOT permitted.");
|
|
|
|
sleepexit(1);
|
|
|
|
}
|
|
|
|
+ */
|
|
|
|
/* unix password authentication */
|
|
|
|
printf("steld: UNIX password authentication required for %s\n",
|
|
|
|
username);
|