<?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 problem with user ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733319#M836646</link>
    <description>hi all,&lt;BR /&gt;in the syslog.log i have the follow strings ftpd[25063]: pam_authenticate: Authentication failed 134217759&lt;BR /&gt;What does it mean?&lt;BR /&gt;Luca</description>
    <pubDate>Wed, 29 May 2002 12:03:48 GMT</pubDate>
    <dc:creator>Meirone Luca</dc:creator>
    <dc:date>2002-05-29T12:03:48Z</dc:date>
    <item>
      <title>problem with user ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733319#M836646</link>
      <description>hi all,&lt;BR /&gt;in the syslog.log i have the follow strings ftpd[25063]: pam_authenticate: Authentication failed 134217759&lt;BR /&gt;What does it mean?&lt;BR /&gt;Luca</description>
      <pubDate>Wed, 29 May 2002 12:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733319#M836646</guid>
      <dc:creator>Meirone Luca</dc:creator>
      <dc:date>2002-05-29T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with user ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733320#M836647</link>
      <description>Hi&lt;BR /&gt;Is yours ftp password starting with "-" ???</description>
      <pubDate>Wed, 29 May 2002 12:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733320#M836647</guid>
      <dc:creator>Sebastian Galeski_1</dc:creator>
      <dc:date>2002-05-29T12:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem with user ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733321#M836648</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is a normal function of CDE. The error you are seeing because PAM (Pluggable Authentication Module) returned an error status due to some problems. May be the user password was wrong..or some other problem.&lt;BR /&gt;&lt;BR /&gt;Ypu can check out this file and also check the user name and password.&lt;BR /&gt;&lt;BR /&gt;This error can be suppressed by modifying the /etc/pam.conf file: &lt;BR /&gt;/etc/pam.conf: &lt;BR /&gt;&lt;BR /&gt;# PAM configuration &lt;BR /&gt;# &lt;BR /&gt;# Authentication management &lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;login auth required /usr/lib/security/libpam_unix.1 nowarn &lt;BR /&gt;&lt;BR /&gt;su auth required /usr/lib/security/libpam_unix.1 nowarn &lt;BR /&gt;&lt;BR /&gt;dtlogin auth required /usr/lib/security/libpam_unix.1 nowarn &lt;BR /&gt;&lt;BR /&gt;dtaction auth required /usr/lib/security/libpam_unix.1 nowarn &lt;BR /&gt;&lt;BR /&gt;ftp auth required /usr/lib/security/libpam_unix.1 nowarn &lt;BR /&gt;&lt;BR /&gt;OTHER auth required /usr/lib/security/libpam_unix.1 nowarn &lt;BR /&gt;&lt;BR /&gt;(each of these sections should appear on a single line). &lt;BR /&gt;&lt;BR /&gt;This is also documented in the pam_unix(5) man page. &lt;BR /&gt;&lt;BR /&gt;Go thro tha man page and find out.&lt;BR /&gt;HTH,&lt;BR /&gt;Piyush&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 12:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733321#M836648</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-29T12:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem with user ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733322#M836649</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There is a small change which seems to have slipped into ftpd which causes this&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;Passwords beginning with -&lt;BR /&gt;&lt;BR /&gt;If you have such a password change it&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;FTPD (from 2.4 onwards) has the "long replies" feature and this can be disabled by using a - before the password..&lt;BR /&gt;On a&lt;BR /&gt;secure system or shadow password a - (hyphen) is not allowed at the&lt;BR /&gt;start of a password.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: Users whose password starts with a dash, need an extra dash&lt;BR /&gt;in the beginning of the password to succeed. However, the&lt;BR /&gt;"long replies" feature will then be disabled .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve steel&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 12:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-ftp/m-p/2733322#M836649</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-29T12:23:34Z</dc:date>
    </item>
  </channel>
</rss>

