summaryrefslogtreecommitdiff
path: root/modules/pam_ftp/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_ftp/README')
-rw-r--r--modules/pam_ftp/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_ftp/README b/modules/pam_ftp/README
index 15f4130e..b9ef7857 100644
--- a/modules/pam_ftp/README
+++ b/modules/pam_ftp/README
@@ -7,7 +7,7 @@ DESCRIPTION
pam_ftp is a PAM module which provides a pluggable anonymous ftp mode of
access.
-This module intercepts the user's name and password. If the name is ftp or
+This module intercepts the user's name and password. If the name is ftp or
anonymous, the user's password is broken up at the @ delimiter into a PAM_RUSER
and a PAM_RHOST part; these pam-items being set accordingly. The username (
PAM_USER) is set to ftp. In this case the module succeeds. Alternatively, the