Files
heimdal/appl/ftp/ftpd/ftpusers.5
Johan Danielsson 0aec44fad0 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1594 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-04-19 22:07:25 +00:00

34 lines
615 B
Groff

.\" $Id$
.\"
.Dd April 19, 1997
.Dt FTPUSERS 5
.Os KTH-KRB
.Sh NAME
.Pa /etc/ftpusers
.Nd
FTP access list file.
.Sh DESCRIPTION
.Pa /etc/ftpusers
contains a list of users that should be allowed or denied FTP
access. It contains a list of users, one on each line, followed by
either
.Dq allow
or
.Dq deny .
Any string that isn't
.Dq allow
is taken as
.Dq deny .
If a user is not mentioned in the file, he is allowed access, unless
the semi-user
.Dq *
is denied, or the file doesn't exist at all.
.Sh EXAMPLES
This will allow anyone but ``foo'' to use FTP:
.Bd -literal
foo deny
* allow
.Ed
.Sh SEE ALSO
.Xr ftpd 8