summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-02-14 17:06:41 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-02-14 17:06:41 +0000
commite68f801000ba2b6f90ef0350797b51b7b2482257 (patch)
treedd7d3a8f9b180a98efa88a1ecb88b8954bb71d2e
parent6494de0183b9adca3b9122bfd221aea4f6c93b52 (diff)
ftpd(8) allows users to connect when listed in /etc/ftpchroot too;
this change has been suggested by form@ as a part of a larger issue we are looking at right now. grammatical review by jmc@ ok millert@
-rw-r--r--etc/shells4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/shells b/etc/shells
index 560134026dc..4fabe4542da 100644
--- a/etc/shells
+++ b/etc/shells
@@ -1,8 +1,8 @@
-# $OpenBSD: shells,v 1.7 2009/01/22 16:39:45 sobrado Exp $
+# $OpenBSD: shells,v 1.8 2009/02/14 17:06:40 sobrado Exp $
#
# list of acceptable shells for chpass(1).
# ftpd(8) will not allow users to connect who are not using
-# one of these shells.
+# one of these shells, unless the user is listed in /etc/ftpchroot.
/bin/sh
/bin/csh
/bin/ksh