summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_ftp/README
diff options
context:
space:
mode:
Diffstat (limited to 'Linux-PAM/modules/pam_ftp/README')
-rw-r--r--Linux-PAM/modules/pam_ftp/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/Linux-PAM/modules/pam_ftp/README b/Linux-PAM/modules/pam_ftp/README
new file mode 100644
index 00000000..6d03330c
--- /dev/null
+++ b/Linux-PAM/modules/pam_ftp/README
@@ -0,0 +1,18 @@
+This is the README for pam_ftp
+------------------------------
+
+This module is an authentication module that does simple ftp
+authentication.
+
+Recognized arguments:
+
+ "debug" print debug messages
+ "users=" comma separated list of users which
+ could login only with email adress
+ "ignore" allow invalid email adresses
+
+Options for:
+auth: for authentication it provides pam_authenticate() and
+ pam_setcred() hooks.
+
+Thorsten Kukuk <kukuk@suse.de>, 17. June 1999