userlist options doesn't work in vsftpd

Bug #254687 reported by Eugene86
6
Affects Status Importance Assigned to Milestone
vsftpd (Ubuntu)
Confirmed
Low
Unassigned

Bug Description

Binary package hint: vsftpd

userlist options doesn't work in vsftpd in Hardy 8.04. anonymous user can't login despite it has been listed in userlist_file (userlist_deny=NO userlist_enable=YES) See example.
This configuration worked well in Gutsy 7.10
Also I can't found any way to return the old behaviour (only enlisted in userlist_file users can login)

Sample vsftpd.conf file:

anonymous_enable=YES
pam_service_name=vsftpd
secure_chroot_dir=/var/run/vsftpd
xferlog_enable=YES
dirmessage_enable=YES
listen=YES
userlist_deny=NO
userlist_enable=YES
userlist_file=/etc/vsftpd/user_list

Sample /etc/vsftpd/user_list file:
anonymous

Results of work:
$ ftp localhost
Connected to localhost.
220 (vsFTPd 2.0.6)
Name (localhost:seppel): anonymous
530 Permission denied.
Login failed.

Revision history for this message
toggy (tommy-tognella) wrote :

what I discoverd is that vsfpt seems to parse not all user_list file , but just the second half of the file.

What i did is copy and paste users twice in user_list file and it worked

Revision history for this message
Chuck Short (zulcss) wrote :

Marking as fixed released then.

Regards
chuck

Changed in vsftpd (Ubuntu):
status: New → Fix Released
Chuck Short (zulcss)
Changed in vsftpd (Ubuntu):
status: Fix Released → Confirmed
Thierry Carrez (ttx)
Changed in vsftpd (Ubuntu):
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.