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

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

Initial commit of Heimdal 1.5.3

File size: 970 bytes
Line 
1
2FTPUSERS(5) BSD File Formats Manual FTPUSERS(5)
3
4NNAAMMEE
5 _/_e_t_c_/_f_t_p_u_s_e_r_s -- FTP access list file
6
7DDEESSCCRRIIPPTTIIOONN
8 _/_e_t_c_/_f_t_p_u_s_e_r_s contains a list of users that should be allowed or denied
9 FTP access. Each line contains a user, optionally followed by ``allow''
10 (anything but ``allow'' is ignored). The semi-user ``*'' matches any
11 user. Users that has an explicit ``allow'', or that does not match any
12 line, are allowed access. Anyone else is denied access.
13
14 Note that this is compatible with the old format, where this file con-
15 tained a list of users that should be denied access.
16
17EEXXAAMMPPLLEESS
18 This will deny anyone but ``foo'' and ``bar'' to use FTP:
19
20 foo allow
21 bar allow
22 *
23
24SSEEEE AALLSSOO
25 ftpd(8)
26
27KTH-KRB May 7, 1997 KTH-KRB
Note: See TracBrowser for help on using the repository browser.