On 20/02/19 12:59 am, David C. Rankin wrote:
All,

   After the pambased defaults change, I thought I had gotten everything fixed,
today scanning to server via vsftpd issued:

Feb 19 12:19:49 phoinix vsftpd[8652]: pam_warn(ftp:auth):
function=[pam_sm_authenticate] flags=0 service=[ftp] terminal=[ftp]
user=[sharp] ruser=[sharp] rhost=[192.168.7.20]

   My question is what do I put in /etc/pam.d/vsftpd?

May be do what sshd does:

> cat /etc/pam.d/sshd

#%PAM-1.0
#auth     required  pam_securetty.so     #disable remote root
auth      include   system-remote-login
account   include   system-remote-login
password  include   system-remote-login
session   include   system-remote-login

Amish.

Reply via email to