source: heimdal/trunk/appl/ftp/ftpd/ftpusers.5

Last change on this file was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 731 bytes
Line 
1.\" $Id$
2.\"
3.Dd May 7, 1997
4.Dt FTPUSERS 5
5.Os KTH-KRB
6.Sh NAME
7.Pa /etc/ftpusers
8.Nd FTP access list file
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
Note: See TracBrowser for help on using the repository browser.