User Tools

Site Tools


fileservices:vsftp_and_winbind

This is an old revision of the document!


VSFTPD and winbind

/etc/vsftpd.conf
listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/private/vsftpd.pem
/etc/pam.d/vsftpd
 auth    sufficient      pam_winbind.so
 auth    required        pam_unix.so nullok_secure use_first_pass
 
 
 account sufficient	pam_winbind.so
 account	required	pam_unix2.so
 
 password sufficient pam_winbind.so
 password required       pam_pwcheck.so	nullok
 password required       pam_unix2.so    nullok use_first_pass use_authtok
 
 session	required	pam_limits.so
 session	required	pam_unix2.so
fileservices/vsftp_and_winbind.1363809520.txt.gz · Last modified: 2013/03/20 14:58 by tschulz