Bug 486524
| Summary: | maximum username length is too short for vsftpd user in RHEL5 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Masahiro Okubo <mokubo> | ||||
| Component: | vsftpd | Assignee: | Jiri Skala <jskala> | ||||
| Status: | CLOSED ERRATA | QA Contact: | BaseOS QE <qe-baseos-auto> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 5.3 | CC: | aglotov, jplans, ohudlick, rvokal, syeghiay, tao | ||||
| Target Milestone: | rc | Keywords: | ZStream | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-09-02 09:39:09 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 496846 | ||||||
| Attachments: |
|
||||||
|
Description
Masahiro Okubo
2009-02-20 05:33:26 UTC
Created attachment 332672 [details]
patch to increase the maximum number of characters allowd in username of vsftp
Basically the same patch as the one for vsftpd in RHEL4(BZ:236326)
Hi, I've tested the patch and verified that the problem has been solved with that. * vsftpd-2.0.5-12.el5 without the patch [root@test1 ~]# ftp test11 <= test11 is vsftpd server with ldap authentication Connected to test11.example.com. 220 (vsFTPd 2.0.5) 530 Please login with USER and PASS. 530 Please login with USER and PASS. KERBEROS_V4 rejected as an authentication type Name (test11:root): ldap1ldap1ldap1ldap1ldap1ldap1ldap1 <= 35 characters long username 331 Please specify the password. Password: 530 Login incorrect. Login failed. * vsftpd-2.0.5-12.el5 with the patch [root@test1 ~]# ftp test11 <= test11 is vsftpd server with ldap authentication Connected to test11.example.com. 220 (vsFTPd 2.0.5) 530 Please login with USER and PASS. 530 Please login with USER and PASS. KERBEROS_V4 rejected as an authentication type Name (test11:root): ldap1ldap1ldap1ldap1ldap1ldap1ldap1 <= 25 characters long username 331 Please specify the password. Password: 230 Login successful. Thanks, Masahiro An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-1282.html |