From a1ff8bfdb3b87b9eb99e6b8ac0381e3d75d44328 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 30 Jul 2001 16:05:03 +0000 Subject: [PATCH] Since we remove skey... --- share/examples/etc/README.examples | 1 - share/examples/etc/skey.access | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 share/examples/etc/skey.access diff --git a/share/examples/etc/README.examples b/share/examples/etc/README.examples index a2739b31161..659567e83d2 100644 --- a/share/examples/etc/README.examples +++ b/share/examples/etc/README.examples @@ -60,7 +60,6 @@ rpc - see rpc(5) security - script run from crontab to do nightly security checks services - see services(5) shells - list of configurable shells (see shells(5)) -skey.access - configuration file for S/Key (see skey.access(5)) syslog.conf - configuration file for syslogd(8) ttys - defines port configuration for init(8) defaults/rc.conf - default system configuration info (see rc.conf(5)) diff --git a/share/examples/etc/skey.access b/share/examples/etc/skey.access deleted file mode 100644 index ad0245f6edb..00000000000 --- a/share/examples/etc/skey.access +++ /dev/null @@ -1,30 +0,0 @@ -# This file controls whether UNIX passwords are to be permitted. Rules -# are matched in order, and the search terminates when the first matching -# rule has been found. -# -# Each rule has the form: -# -# permit condition condition... -# deny condition condition... -# -# Where "permit" or "deny" may be followed by zero or more conditions. -# -# A rule is matched when all conditions are satisfied. A rule without -# conditions is always satisfied. -# -# Examples of conditions are: -# -# hostname wzv.win.tue.nl -# internet 131.155.210.0 255.255.255.0 -# port ttya -# user root -# group wheel -# -# The old S/Key form (permit/deny netnumber netmask) is still supported. -# -#permit user uugiga # uucp login via modem or internet -#permit port ttyb # local -#permit port console # local -#deny # anything else - -permit # permit plaintext passwords all the time