<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FTP log message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959408#M550185</link>
    <description>Thanks to all for the responses. In this scenario it turned out, our email notification was grabbing the whole story.&lt;BR /&gt;&lt;BR /&gt;So after thumbing through the syslog we will be updating the script to capture logon failures as well.&lt;BR /&gt;&lt;BR /&gt;All the responses were very informative.&lt;BR /&gt;&lt;BR /&gt;-John</description>
    <pubDate>Mon, 13 Feb 2006 16:20:03 GMT</pubDate>
    <dc:creator>Rootberry</dc:creator>
    <dc:date>2006-02-13T16:20:03Z</dc:date>
    <item>
      <title>FTP log message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959402#M550179</link>
      <description>We repeatedly are getting messages in the log file pertainint to FTP athentication. I will copy and paste it below&lt;BR /&gt;&lt;BR /&gt;"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"&lt;BR /&gt;&lt;BR /&gt;Any ideas what this is or how to resolve it?</description>
      <pubDate>Mon, 13 Feb 2006 14:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959402#M550179</guid>
      <dc:creator>Rootberry</dc:creator>
      <dc:date>2006-02-13T14:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP log message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959403#M550180</link>
      <description>What is in /etc/pam.conf for ftp?&lt;BR /&gt;&lt;BR /&gt;# grep ftp /etc/pam.conf&lt;BR /&gt;ftp      auth required  libpam_hpsec.so.1&lt;BR /&gt;ftp      auth required  libpam_unix.so.1&lt;BR /&gt;ftp      account required       libpam_hpsec.so.1&lt;BR /&gt;ftp      account required       libpam_unix.so.1&lt;BR /&gt;ftp      session required       libpam_hpsec.so.1 bypass_limit_login bypass_umask bypass_nologin&lt;BR /&gt;ftp      session required       libpam_unix.so.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also - did this just happening or was it always happening....&lt;BR /&gt;&lt;BR /&gt;What OS version are you running?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 13 Feb 2006 14:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959403#M550180</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-13T14:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: FTP log message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959404#M550181</link>
      <description>Hi,&lt;BR /&gt;a ftp user is trying to ftp with a wrong password&lt;BR /&gt;&lt;BR /&gt;Yuo should see also&lt;BR /&gt;&lt;BR /&gt;Feb 13 20:27:16 ftpd[10763]: User root: Login incorrect&lt;BR /&gt;Feb 13 20:27:16 nettuno ftpd[10763]: failed login from ...&lt;BR /&gt;&lt;BR /&gt;Check in /etc/inetd.conf&lt;BR /&gt;if you have -l option on ftp:&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l &amp;lt;----&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 14:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959404#M550181</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2006-02-13T14:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP log message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959405#M550182</link>
      <description>You were right, I should have posted that info...thanks for helping me help myself ;)&lt;BR /&gt;&lt;BR /&gt;Here's whats in the /etc/pam.conf&lt;BR /&gt;root[/etc] &amp;gt;grep ftp /etc/pam.conf | pg&lt;BR /&gt;ftp  account  required  /usr/lib/security/libpam_unix.1&lt;BR /&gt;ftp  auth required  /usr/lib/security/libpam_unix.1&lt;BR /&gt;&lt;BR /&gt;Version is HP-UX 11.00&lt;BR /&gt;&lt;BR /&gt;Its been an on going issue. Some days are worse than others.</description>
      <pubDate>Mon, 13 Feb 2006 14:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959405#M550182</guid>
      <dc:creator>Rootberry</dc:creator>
      <dc:date>2006-02-13T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP log message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959406#M550183</link>
      <description>root[/etc] &amp;gt;grep ftp inetd.conf | pg&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l -t 120&lt;BR /&gt;# Before uncommenting the "tftp" entry below, please make sure&lt;BR /&gt;# that you have a "tftp" user in /etc/passwd. If you don't&lt;BR /&gt;# have one, please consult the tftpd(1M) manual entry for&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd\</description>
      <pubDate>Mon, 13 Feb 2006 14:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959406#M550183</guid>
      <dc:creator>Rootberry</dc:creator>
      <dc:date>2006-02-13T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP log message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959407#M550184</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It may not be an incorrect PW, it could also be that the account is disabled for any one or more reasons:&lt;BR /&gt;&lt;BR /&gt;1) Account inactivity&lt;BR /&gt;2) Exceeded max incorrect PW attempts&lt;BR /&gt;3) Past PW lifetime&lt;BR /&gt;4) Past account lifetime&lt;BR /&gt;5) Pw required &amp;amp; a null PW&lt;BR /&gt;6) Admin lock&lt;BR /&gt;7) Pw is a *&lt;BR /&gt;&lt;BR /&gt;Run the following command on the account&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/getprpw -m lockout user_name&lt;BR /&gt;&lt;BR /&gt;man getprpw for details on what the return means.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 13 Feb 2006 14:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959407#M550184</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-02-13T14:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP log message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959408#M550185</link>
      <description>Thanks to all for the responses. In this scenario it turned out, our email notification was grabbing the whole story.&lt;BR /&gt;&lt;BR /&gt;So after thumbing through the syslog we will be updating the script to capture logon failures as well.&lt;BR /&gt;&lt;BR /&gt;All the responses were very informative.&lt;BR /&gt;&lt;BR /&gt;-John</description>
      <pubDate>Mon, 13 Feb 2006 16:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959408#M550185</guid>
      <dc:creator>Rootberry</dc:creator>
      <dc:date>2006-02-13T16:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: FTP log message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959409#M550186</link>
      <description>See above reply</description>
      <pubDate>Mon, 13 Feb 2006 16:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-message/m-p/4959409#M550186</guid>
      <dc:creator>Rootberry</dc:creator>
      <dc:date>2006-02-13T16:21:44Z</dc:date>
    </item>
  </channel>
</rss>

