vsftpd installation fails if there's a user name starting with "ftp"

Bug #625955 reported by Stephane Chazelas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vsftpd (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: vsftpd

2.2.2-3ubuntu6

debian/vsftpd.postinst has

if ! getent passwd | grep -q "^${_USERNAME}"

($_USERNAME being "ftp" by default).

It should be:

if ! getent -- passwd "$_USERNAME"

same for groups.

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

Thanks for the suggestion, ill make sure this is fixed for maverick.

chuck

Changed in vsftpd (Ubuntu):
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Chuck Short (zulcss) wrote :

This should be fixed already in maverick.

chuck

Changed in vsftpd (Ubuntu):
status: Confirmed → Fix Released
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.