Query: pam_ftp
OS: debian
Section: 8
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PAM_FTP(8) Linux-PAM Manual PAM_FTP(8)NAMEpam_ftp - PAM module for anonymous access moduleSYNOPSISpam_ftp.so [debug] [ignore] [users=XXX,YYY,...]DESCRIPTIONpam_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 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 module sets the PAM_AUTHTOK item with the entered password and fails. This module is not safe and easily spoofable.OPTIONSdebug Print debug information. ignore Pay no attention to the email address of the user (if supplied). ftp=XXX,YYY,... Instead of ftp or anonymous, provide anonymous login to the comma separated list of users: XXX,YYY,.... Should the applicant enter one of these usernames the returned username is set to the first in the list: XXX.MODULE TYPES PROVIDEDOnly the auth module type is provided.RETURN VALUESPAM_SUCCESS The authentication was successful. PAM_USER_UNKNOWN User not known.EXAMPLESAdd the following line to /etc/pam.d/ftpd to handle ftp style anonymous login: # # ftpd; add ftp-specifics. These lines enable anonymous ftp over # standard UN*X access (the listfile entry blocks access to # users listed in /etc/ftpusers) # auth sufficient pam_ftp.so auth required pam_unix.so use_first_pass auth required pam_listfile.so onerr=succeed item=user sense=deny file=/etc/ftpusersSEE ALSOpam.conf(5), pam.d(5), pam(7)AUTHORpam_ftp was written by Andrew G. Morgan <morgan@kernel.org>. Linux-PAM Manual 06/04/2011 PAM_FTP(8)
Related Man Pages |
---|
pam_ftp(8) - centos |
pam_ftp(8) - linux |
pam_rootok(8) - debian |
pam_warn(8) - debian |
pam_ftp(8) - suse |
Similar Topics in the Unix Linux Community |
---|
installing FreeBSD |
Different root password between ftp and telnet |
Ftp access denied |
last 90 days of ftp and telnet |
How to Limit ftp access parameters for specific users? |