Put off some "notyet" dust from login.c.
authorzhuk <zhuk@openbsd.org>
Mon, 26 Oct 2015 15:29:17 +0000 (15:29 +0000)
committerzhuk <zhuk@openbsd.org>
Mon, 26 Oct 2015 15:29:17 +0000 (15:29 +0000)
okay millert@ and deraadt@

usr.bin/login/login.c

index 34a92ee..4e14494 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: login.c,v 1.64 2015/03/15 00:41:28 millert Exp $      */
+/*     $OpenBSD: login.c,v 1.65 2015/10/26 15:29:17 zhuk Exp $ */
 /*     $NetBSD: login.c,v 1.13 1996/05/15 23:50:16 jtc Exp $   */
 
 /*-
@@ -324,20 +324,6 @@ main(int argc, char *argv[])
        (void)signal(SIGHUP, SIG_IGN);
        (void)setpriority(PRIO_PROCESS, 0, 0);
 
-#ifdef notyet
-       /* XXX - we don't (yet) support per-tty auth stuff */
-       /* BSDi uses a ttys.conf file but we could just overload /etc/ttys */
-       /*
-        * Classify the attempt.
-        * By default we use the value in the ttys file.
-        * If there is a classify script we run that as
-        *
-        *      classify [-f] [username]
-        */
-       if (type = getttyauth(tty))
-               auth_setoption(as, "auth_type", type);
-#endif
-
        /* get the default login class */
        if ((lc = login_getclass(0)) == NULL) { /* get the default class */
                warnx("Failure to retrieve default class");