Hello
I m learning to do ftp using vsftpd . I want to disable VLU(Valid Linux User) form doing a FTP from the client. I have read the vsftpd.conf file and know that making
Code:
local_enable=NO
will serve my question but what I actually wanted to know is that how to disable VLU form the /etc/pam.d/vsftpd file. I know it would be of much use as VLU can log in as anonymous user and do what is required , but just for the sake of knowledge I want to know how to get it done though the pam.d/vsftpd.
Thanks