Deleted Added
full compact
ftpusers.5 (72445) ftpusers.5 (76371)
1.\" $Id: ftpusers.5,v 1.3 2001/01/11 16:16:26 assar Exp $
2.\"
3.Dd May 7, 1997
4.Dt FTPUSERS 5
5.Os KTH-KRB
6.Sh NAME
7.Pa /etc/ftpusers
1.\" $Id: ftpusers.5,v 1.3 2001/01/11 16:16:26 assar Exp $
2.\"
3.Dd May 7, 1997
4.Dt FTPUSERS 5
5.Os KTH-KRB
6.Sh NAME
7.Pa /etc/ftpusers
8.Nd
9FTP access list file.
8.Nd FTP access list file
10.Sh DESCRIPTION
11.Pa /etc/ftpusers
12contains a list of users that should be allowed or denied FTP
13access. Each line contains a user, optionally followed by
14.Dq allow
15(anything but
16.Dq allow
17is ignored). The semi-user
18.Dq *
19matches any user. Users that has an explicit
20.Dq allow ,
21or that does not match any line, are allowed access. Anyone else is
22denied access.
23.Pp
24Note that this is compatible with the old format, where this file
25contained a list of users that should be denied access.
26.Sh EXAMPLES
27This will deny anyone but
28.Dq foo
29and
30.Dq bar
31to use FTP:
32.Bd -literal
33foo allow
34bar allow
35*
36.Ed
37.Sh SEE ALSO
38.Xr ftpd 8
9.Sh DESCRIPTION
10.Pa /etc/ftpusers
11contains a list of users that should be allowed or denied FTP
12access. Each line contains a user, optionally followed by
13.Dq allow
14(anything but
15.Dq allow
16is ignored). The semi-user
17.Dq *
18matches any user. Users that has an explicit
19.Dq allow ,
20or that does not match any line, are allowed access. Anyone else is
21denied access.
22.Pp
23Note that this is compatible with the old format, where this file
24contained a list of users that should be denied access.
25.Sh EXAMPLES
26This will deny anyone but
27.Dq foo
28and
29.Dq bar
30to use FTP:
31.Bd -literal
32foo allow
33bar allow
34*
35.Ed
36.Sh SEE ALSO
37.Xr ftpd 8