- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP log message
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
02-13-2006 06:17 AM
02-13-2006 06:17 AM
FTP log message
"Feb 12 16:14:12 akl ftpd[4115]: pam_authenticate: Authentication failed 134217759 Feb 12 16:14:15 akl ftpd[4116]: pam_authenticate: Authentication failed 134217759 Feb 12 16:14:23 akl ftpd[4117]: pam_authenticate: Authentication failed 134217759 Feb 12 16:14:28 akl ftpd[4118]: pam_authenticate: Authentication failed 134217759 Feb 12 16:14:33 akl ftpd[4119]: pam_authenticate: Authentication failed 134217759 Feb 12 16:14:41 akl ftpd[4120]: pam_authenticate: Authentication failed 134217759 Feb 12 16:14:43 akl ftpd[4121]: pam_authenticate: Authentication failed 134217759"
Any ideas what this is or how to resolve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 06:27 AM
02-13-2006 06:27 AM
Re: FTP log message
# grep ftp /etc/pam.conf
ftp auth required libpam_hpsec.so.1
ftp auth required libpam_unix.so.1
ftp account required libpam_hpsec.so.1
ftp account required libpam_unix.so.1
ftp session required libpam_hpsec.so.1 bypass_limit_login bypass_umask bypass_nologin
ftp session required libpam_unix.so.1
Also - did this just happening or was it always happening....
What OS version are you running?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 06:31 AM
02-13-2006 06:31 AM
Re: FTP log message
a ftp user is trying to ftp with a wrong password
Yuo should see also
Feb 13 20:27:16 ftpd[10763]: User root: Login incorrect
Feb 13 20:27:16 nettuno ftpd[10763]: failed login from ...
Check in /etc/inetd.conf
if you have -l option on ftp:
ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l <----
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 06:33 AM
02-13-2006 06:33 AM
Re: FTP log message
Here's whats in the /etc/pam.conf
root[/etc] >grep ftp /etc/pam.conf | pg
ftp account required /usr/lib/security/libpam_unix.1
ftp auth required /usr/lib/security/libpam_unix.1
Version is HP-UX 11.00
Its been an on going issue. Some days are worse than others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 06:39 AM
02-13-2006 06:39 AM
Re: FTP log message
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -t 120
# Before uncommenting the "tftp" entry below, please make sure
# that you have a "tftp" user in /etc/passwd. If you don't
# have one, please consult the tftpd(1M) manual entry for
tftp dgram udp wait root /usr/lbin/tftpd tftpd\
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 06:48 AM
02-13-2006 06:48 AM
Re: FTP log message
It may not be an incorrect PW, it could also be that the account is disabled for any one or more reasons:
1) Account inactivity
2) Exceeded max incorrect PW attempts
3) Past PW lifetime
4) Past account lifetime
5) Pw required & a null PW
6) Admin lock
7) Pw is a *
Run the following command on the account
/usr/lbin/getprpw -m lockout user_name
man getprpw for details on what the return means.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 08:20 AM
02-13-2006 08:20 AM
Re: FTP log message
So after thumbing through the syslog we will be updating the script to capture logon failures as well.
All the responses were very informative.
-John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 08:21 AM
02-13-2006 08:21 AM