[Bug 625955] [NEW] vsftpd installation fails if there's a user name starting with "ftp"
Stephane Chazelas
stephane.chazelas at seebyte.com
Sat Aug 28 19:50:47 BST 2010
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.
More information about the Ubuntu-server-bugs
mailing list