- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- proftpd and shadow password file
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
04-25-2007 05:15 AM
04-25-2007 05:15 AM
The problem I've run into is it seems that proftpd does not work with the shadow password.
We are running ixProftpd:
/opt/iexpress/proftpd/sbin/proftpd -v
- ProFTPD Version 1.2.10
When we try to do an ftp to this host the login is failing:
220 FTP Server Ready
User (osglbhp2:(none)): root
331 Password required for root.
Password:
530 Login incorrect.
Login failed.
ftp> by
221 Goodbye.
Any suggestions ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 05:19 AM
04-25-2007 05:19 AM
Re: proftpd and shadow password file
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 05:21 AM
04-25-2007 05:21 AM
Re: proftpd and shadow password file
ProFTPd denies root logins by default. If you really want to allow this, add 'RootLogin true' to proftpd.conf. If running in standalone mode, send its pid a SIGHUP to force it to re-read its configuration.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 05:23 AM
04-25-2007 05:23 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2007 08:19 AM
05-04-2007 08:19 AM
Re: proftpd and shadow password file
proftpd -V
Features:
- Autoshadow support
- Shadow file suppport
We change the proftpd.conf file with:
AuthPam on
and this allowed the ftp's to work again..