Networking Forums

Networking Forums > Computer Networking > Linux Networking > vsftpd with ssl - vsftpd.user_list not working

Reply
Thread Tools Display Modes

vsftpd with ssl - vsftpd.user_list not working

 
 
shaped
Guest
Posts: n/a

 
      01-31-2006, 07:04 PM
hi there...

i've successfully set up a vsftpd server with ssl running on debian
sarge. but the userlist_enable=YES does not realy work! user "sysadmin"
is able to log in but he isn't listed in /etc/vsftpd.user_list!

here's my server config:

# FTP SETTINGS
write_enable=YES
download_enable=YES
ascii_download_enable=YES
ascii_upload_enable=YES
dirlist_enable=YES
dirmessage_enable=NO
hide_ids=YES
pasv_enable=YES

# LOGGING
log_ftp_protocol=YES
xferlog_enable=YES

# SSHL SETTINGS
ssl_enable=YES
ssl_tlsv1=YES
ssl_sslv2=YES
ssl_sslv3=YES
rsa_cert_file=/etc/ssl/certs/vsftpd.pem
force_local_logins_ssl=YES
force_local_data_ssl=YES

# LISTEN SETTINGS
listen=YES
listen_address=80.*.*.*
listen_port=21
listen_ipv6=NO
max_clients=5
max_per_ip=3
connect_from_port_20=YES

# USER MANAGEMENT
secure_chroot_dir=/var/run/vsftpd
userlist_deny=NO
userlist_enable=YES
userlist_file=/etc/vsftpd.user_list
user_config_dir=/etc/vsftpd_user_conf
chroot_list_file=/etc/vsftpd.chroot_list
chroot_list_enable=YES
chroot_local_user=YES
anon_world_readable_only=NO
anonymous_enable=NO
local_enable=YES
pam_service_name=vsftpd
nopriv_user=ftpsecure

any ideas?

thanks,
christof

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
vsftpd Big Bill Linux Networking 7 08-07-2009 11:30 PM
vsftpd not working bob Linux Networking 5 01-13-2007 03:21 AM
vsftpd daz@rayneressex.com Linux Networking 1 07-27-2005 01:52 PM
RH9 vsftpd log Mike - EMAIL IGNORED Linux Networking 5 04-09-2004 11:06 PM
vsftpd and kerberos siksomoto Linux Networking 0 12-23-2003 02:16 PM



1 2 3 4 5 6 7 8 9 10 11