Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / libpam / modules / pam_ftp / README
1 $FreeBSD: src/contrib/libpam/modules/pam_ftp/README,v 1.3.2.2 2001/06/11 15:28:17 markm Exp $
2 This is the README for pam_ftp
3 ------------------------------
4
5 This module is an authentication module that does simple ftp
6 authentication.
7
8 Recognized arguments:
9
10         "debug"         print debug messages
11         "users="        comma separated list of users which
12                         could login only with email adress
13         "ignore"        allow invalid email adresses
14
15 Options for:
16 auth:   for authentication it provides pam_authenticate() and
17         pam_setcred() hooks.
18
19 Thorsten Kukuk <kukuk@suse.de>, 17. June 1999