ftp.pamd
来自「ProFTPd 是一款基于GPL协议的可配置的FTP服务器」· PAMD 代码 · 共 16 行
PAMD
16 行
#%PAM-1.0auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeedauth required pam_unix.so shadow nullok# If this is enabled, anonymous logins will fail because the 'ftp' user does# not have a "valid" shell, as listed in /etc/shells.## If you enable this, it is recommended that you do *not* give the 'ftp'# user a real shell. Instead, give the 'ftp' user /bin/false for a shell and# add /bin/false to /etc/shells.##auth required pam_shells.soaccount required pam_unix.sosession required pam_unix.so
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?