Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 $DragonFly: src/contrib/libpam/modules/pam_ftp/Attic/README,v 1.2 2003/06/17 04:24:03 dillon Exp $
3 This is the README for pam_ftp
4 ------------------------------
5
6 This module is an authentication module that does simple ftp
7 authentication.
8
9 Recognized arguments:
10
11         "debug"         print debug messages
12         "users="        comma separated list of users which
13                         could login only with email adress
14         "ignore"        allow invalid email adresses
15
16 Options for:
17 auth:   for authentication it provides pam_authenticate() and
18         pam_setcred() hooks.
19
20 Thorsten Kukuk <kukuk@suse.de>, 17. June 1999