Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62472 - pure-ftpd usernames limited to 32 characters
Summary: pure-ftpd usernames limited to 32 characters
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 21:47 UTC by Cory Petkovsek
Modified: 2004-09-17 16:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pure-ftpd-1.0.20_userlength.patch to adjust to 127 character userlength (pure-ftpd-1.0.20_userlength.patch,545 bytes, patch)
2004-08-31 22:34 UTC, Chris White (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cory Petkovsek 2004-08-31 21:47:15 UTC
Usernames are limited to 32 characters.  This should be greatly expanded for virtual hosts.  I used 127.  Debian has 127 or 128.  The define is in ftpd.h

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris White (RETIRED) gentoo-dev 2004-08-31 22:33:48 UTC
Adding a patch for the ebuild that changes this.  Up to humback as to whether
or not he wishes to apply it.
Comment 2 Chris White (RETIRED) gentoo-dev 2004-08-31 22:34:55 UTC
Created attachment 38648 [details, diff]
pure-ftpd-1.0.20_userlength.patch to adjust to 127 character userlength
Comment 3 Gustavo Felisberto (RETIRED) gentoo-dev 2004-09-01 10:41:16 UTC
Any ideas on why the short limit ?
This is a patch on the patch system fore pureftpd for more than a year with no comments, so i am adding this to our version.
Comment 4 Gustavo Felisberto (RETIRED) gentoo-dev 2004-09-17 16:50:42 UTC
Well i have a server running this and had no problems (tried a 40 chars username).
Thanks Cory Petkovsek and Chris White