Public bug reported:

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.

** Affects: vsftpd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
vsftpd installation fails if there's a user name starting with "ftp"
https://bugs.launchpad.net/bugs/625955
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to