VSFTPd 2.0.3 issue
what do i need to do in VSFTPD.conf file so that
1)Clients will be identified by their DTC account number allowing customers to remain anonymous to other clients.
2)i need your help on VSFTPD 2.0.3
i did configure VSFTPD and copied vsftpd.pem to /etc/vsftpd/vsftpd.pem and when i restart vsftpd the stop - fails and start-ok
vsftpd daemon doesn't restart properly .
I have enclosed VSFTPD.config file .. do i need some changes in this.
Please help me thanks
================vsftpd.conf===========
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=NO
xferlog_file=/var/log/vsftpd/xfer.log
xferlog_std_format=YES
idle_session_timeout=600
data_connection_timeout=120
nopriv_user=ftp
ftpd_banner=vsftpd (Trustix)
chroot_local_user=YES
pam_service_name=vsftpd
userlist_enable=YES
ssl_enable=YES
rsa_cert_file=/etc/vsftpd/vsftpd.pem
force_local_logins_ssl=YES
force_local_data_ssl=NO
listen=YES
secure_chroot_dir=/var/lib/vsftp/chroot
=============================
How do i compile/Build SSL
2)Incoming files shall be of .man formats only.
Suri
Last edited by ksn_m; 12-22-2005 at 02:01 AM.
|