[arch-general] pambase - creating needed files for apps with normal user auth - pam_unix.so?

Amish anon.amish at gmail.com
Wed Feb 20 03:15:24 UTC 2019



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.


More information about the arch-general mailing list