aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-08-06 10:43:24 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-08-06 10:43:24 +0000
commit1575f75dc9135c907f6f1bf3155821ddd2bedbab (patch)
tree34d494448dfcdb23bb268e9907830e6872743033 /lib
parentcea363682fafc6f0ec6db468ace7c77b605691ea (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libutil/login.conf.510
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index e5e0d68de89a0..907914eb4465e 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -183,6 +183,14 @@ The maximum and current limits may be specified individually by appending a
value.
.It "hushlogin bool false Same as having a ~/.hushlogin file.
.It "ignorenologin bool false Login not prevented by nologin.
+.It "ftp-chroot bool false Limit ftp access with
+.Xr chroot 2
+to the
+.Ev HOME
+directory of the user.
+See
+.Xr ftpd 8
+for details.
.It "label string Default MAC policy; see
.Xr maclabel 7 .
.It "lang string Set $LANG environment variable to the specified value.
@@ -399,6 +407,7 @@ lists.
.Sh SEE ALSO
.Xr cap_mkdb 1 ,
.Xr login 1 ,
+.Xr chroot 2 ,
.Xr getcap 3 ,
.Xr getttyent 3 ,
.Xr login_cap 3 ,
@@ -406,4 +415,5 @@ lists.
.Xr pam 3 ,
.Xr passwd 5 ,
.Xr ttys 5 ,
+.Xr ftpd 8 ,
.Xr pam_passwdqc 8