How Can I Restrict VSFTPD to a Particular Local Group?
        Posted  
        
            by 
                Aaron Copley
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Aaron Copley
        
        
        
        Published on 2011-02-22T23:24:26Z
        Indexed on 
            2011/02/22
            23:26 UTC
        
        
        Read the original article
        Hit count: 469
        
I'd like to control VSFTPD access by adding users to a group such that only members of the defined group can access the FTP services. I am thinking I can do this by modifying /etc/pam.d/vsftpd, but am not sure how to get started. Or is this only for virtual users in VSFTPD?
I am aware of user_list and this does not seem to support groups. This doesn't provide the function I am looking for which is described above. If I am mistaken though this would be great.
Thanks,
Aaron
© Server Fault or respective owner