diff options
author | guido <guido@FreeBSD.org> | 1994-05-19 18:06:46 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1994-05-19 18:06:46 +0000 |
commit | 58c979d79c586f4248423534773a1da04c7d198d (patch) | |
tree | 1802cf71bfa37a199e3bca6cd08e917ce0b0111f /etc | |
parent | 25660f4add1befcd5e4c199bb55293b67f1b0576 (diff) | |
download | FreeBSD-src-58c979d79c586f4248423534773a1da04c7d198d.zip FreeBSD-src-58c979d79c586f4248423534773a1da04c7d198d.tar.gz |
1) Added s/key support .
2 Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
for the logging and access control features.
-Guido
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index e5a8166..2c4cdb9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.58 1994/05/17 13:03:34 jkh Exp $ +# $Id: Makefile,v 1.59 1994/05/19 12:29:28 rgrimes Exp $ NOOBJ= noobj @@ -9,8 +9,9 @@ BINOWN= root BINGRP= wheel BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \ ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ - inetd.conf manpath.config motd myname netstart networks phones \ - printcap protocols rc rc.local remote security services shells \ + inetd.conf login.access manpath.config motd myname netstart \ + networks phones printcap protocols rc rc.local remote \ + security services shells skey.access \ syslog.conf ttys etc.${MACHINE}/disktab rpc # -rw-rw-rw- |