- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: wu-ftpd and vsftpd: Login incorrect
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 10:40 AM
07-21-2006 10:40 AM
wu-ftpd and vsftpd: Login incorrect
Im trying to test and alternative to native wu-ftpd included in HP-UX 11.23. My box is on trusted mode. I have installed wu-ftpd from Porting and Archive Centre, and also I have downloaded and compiled vsftpd. But when trying to use both of them I always get "Login incorrect" no mather what account I use. What could I being missing ? Thanks in advance for your comments.
Regards
Jose Enrique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2006 06:52 PM
07-22-2006 06:52 PM
Re: wu-ftpd and vsftpd: Login incorrect
See the man page for "shells" and "getusershell".
Good luck !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2006 07:25 PM
07-22-2006 07:25 PM
Re: wu-ftpd and vsftpd: Login incorrect
You can use one or the other, but you can't have two ftpd servers running on port 20-21.
Note that merely downloading and compiling vsftpd does not install it as an ftpd server. It would be useful to know which is running because if there are configuration changes to make, which server needs to be configured is important.
The login incorrect message may have nothing to do with your choice of ftpd servers. You can look at /var/adm/syslog/syslog.log to see the error.
Good diagnostics:
Try using the account with ssh or telnet. Does it work? If not, see the syslog file and act on what it says. If it does work you could be the victim of an incomplete installation of vsftpd.
Please make sure only one of the two products is running. I believe that vsftpd has a distinctive login prompt that includes the version number. If its providing the ftp login prompt and the other tests produce normal results, comment out the wu-ftpd server in /etc/inetd.conf and inetd -c to reload the inetd daemon.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 02:08 AM
07-25-2006 02:08 AM
Re: wu-ftpd and vsftpd: Login incorrect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:18 AM
08-02-2006 12:18 AM
Re: wu-ftpd and vsftpd: Login incorrect
Try building vsftpd with PAM support
disabled. Such a build would then use the
getspnam() "shadow" interface for retrieving
passwords.
I have tested vsftpd version 2.05 under
11.11, in trusted mode, and shadow support was the only
build option that could authenticate users
for local logins.
It's possible that the vsftp PAM code needs
tweaking for HP-UX.
DaveN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 09:27 AM
08-11-2006 09:27 AM
Re: wu-ftpd and vsftpd: Login incorrect
Jose Enrique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 01:27 AM
08-16-2006 01:27 AM
Re: wu-ftpd and vsftpd: Login incorrect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 04:11 AM
08-24-2006 04:11 AM
Re: wu-ftpd and vsftpd: Login incorrect
Any major change in authentication methods that you think should be taked into account? Maybe changes in PAM? Thanks for your comments
Jose Enrique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 05:26 AM
08-30-2006 05:26 AM
Re: wu-ftpd and vsftpd: Login incorrect
I wouldn't expect that differences between
11.11 and 11.23 explain your login failures
with vsftpd.
vsftpd has several pre-requisites - a lack of one or other of these , such as the unprivileged user 'ftpsecure', could deny login.
From looking at the source, I would say
that a vsftpd built without PAM won't
authenticate passwords longer than 8 chars.