Print this page
5069 Removal of wu-ftpd
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Adam Stevko <adam.stevko@gmail.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man4/ftpusers.4
+++ new/usr/src/man/man4/ftpusers.4
1 1 '\" te
2 2 .\" Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved
3 3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
↓ open down ↓ |
5 lines elided |
↑ open up ↑ |
6 6 .TH FTPUSERS 4 "May 1, 2003"
7 7 .SH NAME
8 8 ftpusers \- file listing users to be disallowed ftp login privileges
9 9 .SH SYNOPSIS
10 10 .LP
11 11 .nf
12 12 \fB/etc/ftpd/ftpusers\fR
13 13 .fi
14 14
15 15 .SH DESCRIPTION
16 -.sp
17 16 .LP
18 17 The \fBftpusers\fR file lists users for whom \fBftp\fR login privileges are
19 18 disallowed. Each \fBftpuser\fR entry is a single line of the form:
20 19 .sp
21 20 .in +2
22 21 .nf
23 22 name
24 23 .fi
25 24 .in -2
26 25
27 26 .sp
28 27 .LP
29 28 where \fBname\fR is the user's login name.
30 29 .sp
31 30 .LP
32 31 The FTP Server, \fBin.ftpd\fR(1M), reads the \fBftpusers\fR file. If the login
33 32 name of the user matches one of the entries listed, it rejects the login
34 33 attempt.
35 34 .sp
36 35 .LP
37 36 The \fBftpusers\fR file has the following default configuration entries:
38 37 .sp
39 38 .in +2
40 39 .nf
41 40 root
42 41 daemon
43 42 bin
44 43 sys
45 44 adm
46 45 lp
47 46 uccp
48 47 nuucp
49 48 smmsp
50 49 listen
51 50 nobody
52 51 noaccess
53 52 nobody4
54 53 .fi
55 54 .in -2
56 55
57 56 .sp
58 57 .LP
59 58 These entries match the default instantiated entries from \fBpasswd\fR(4). The
60 59 list of default entries typically contains the superuser \fBroot\fR and other
61 60 administrative and system application identities.
62 61 .sp
63 62 .LP
64 63 The root entry is included in the \fBftpusers\fR file as a security measure
65 64 since the default policy is to disallow remote logins for this identity. This
66 65 policy is also set in the default value of the \fBCONSOLE\fR entry in the
67 66 \fB/etc/default/login\fR file. See \fBlogin\fR(1). If you allow \fBroot\fR
68 67 login privileges by deleting the root entry in \fBftpusers\fR, you should also
69 68 modify the security policy in \fB/etc/default/login\fR to reflect the site
70 69 security policy for remote login access by \fBroot\fR.
71 70 .sp
72 71 .LP
73 72 Other default entries are administrative identities that are typically assumed
74 73 by system applications but never used for local or remote login, for example
75 74 \fBsys\fR and \fBnobody\fR. Since these entries do not have a valid password
76 75 field instantiated in \fBshadow\fR(4), no login can be performed.
↓ open down ↓ |
50 lines elided |
↑ open up ↑ |
77 76 .sp
78 77 .LP
79 78 If a site adds similar administrative or system application identities in
80 79 \fBpasswd\fR(4) and \fBshadow\fR(4), for example, \fBmajordomo\fR, the site
81 80 should consider including them in the \fBftpusers\fR file for a consistent
82 81 security policy.
83 82 .sp
84 83 .LP
85 84 Lines that begin with \fB#\fR are treated as comment lines and are ignored.
86 85 .SH FILES
87 -.sp
88 86 .ne 2
89 87 .na
90 88 \fB\fB/etc/ftpd/ftpusers\fR\fR
91 89 .ad
92 90 .RS 22n
93 91 A file that lists users for whom \fBftp\fR login privileges are disallowed.
94 92 .RE
95 93
96 94 .sp
97 95 .ne 2
98 96 .na
99 97 \fB\fB/etc/ftpusers\fR\fR
100 98 .ad
101 99 .RS 22n
102 100 See \fB/etc/ftpd/ftpusers\fR. This file is deprecated, although its use is
103 101 still supported.
104 102 .RE
105 103
106 104 .sp
107 105 .ne 2
108 106 .na
109 107 \fB\fB/etc/default/login\fR\fR
110 108 .ad
111 109 .RS 22n
112 110
113 111 .RE
114 112
115 113 .sp
116 114 .ne 2
117 115 .na
118 116 \fB\fB/etc/passwd\fR\fR
119 117 .ad
120 118 .RS 22n
121 119 password file
122 120 .RE
123 121
↓ open down ↓ |
26 lines elided |
↑ open up ↑ |
124 122 .sp
125 123 .ne 2
126 124 .na
127 125 \fB\fB/etc/shadow\fR\fR
128 126 .ad
129 127 .RS 22n
130 128 shadow password file
131 129 .RE
132 130
133 131 .SH ATTRIBUTES
134 -.sp
135 132 .LP
136 133 See \fBattributes\fR(5) for descriptions of the following attributes:
137 134 .sp
138 135
139 136 .sp
140 137 .TS
141 138 box;
142 139 c | c
143 140 l | l .
144 141 ATTRIBUTE TYPE ATTRIBUTE VALUE
145 142 _
146 143 Interface Stability See below.
147 144 .TE
148 145
149 146 .sp
150 147 .LP
151 148 The interface stability for \fB/etc/ftpd/ftpusers\fR is Volatile. The interface
152 149 stability for \fB/etc/ftpusers\fR is (Obsolete).
153 150 .SH SEE ALSO
154 -.sp
155 151 .LP
156 -\fBlogin\fR(1), \fBin.ftpd\fR(1M), \fBftpaccess\fR(4), \fBftphosts\fR(4),
152 +\fBlogin\fR(1), \fBftphosts\fR(4),
157 153 \fBpasswd\fR(4), \fBshadow\fR(4), \fBattributes\fR(5), \fBenviron\fR(5)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX