<?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 Login fails in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022813#M28840</link>
    <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;Home directory for prodctrl exists with right permissions. And also I can ssh as prodctrl.&lt;BR /&gt;&lt;BR /&gt;And the /etc/pam.d/proftpd file consists follows:&lt;BR /&gt;&lt;BR /&gt;#%PAM-1.0&lt;BR /&gt;auth       required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed&lt;BR /&gt;auth       required pam_stack.so service=system-auth&lt;BR /&gt;auth       required pam_shells.so&lt;BR /&gt;account    required pam_stack.so service=system-auth&lt;BR /&gt;session    required pam_stack.so service=system-auth&lt;BR /&gt;&lt;BR /&gt;Thanks and waiting for the response.&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Jun 2007 11:21:35 GMT</pubDate>
    <dc:creator>Qcheck</dc:creator>
    <dc:date>2007-06-20T11:21:35Z</dc:date>
    <item>
      <title>FTP Login fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022806#M28833</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to ftp as prodctrl account and login is keep failing. We are using proftp-1.2.10-9.2.el4.rf&lt;BR /&gt;&lt;BR /&gt;I could able to ftp as myself but not with prodctrl account. &lt;BR /&gt;My account is an NIS account and prodctrl is local account. Do I need to change any config file in order to enable ftp for local accounts??&lt;BR /&gt;&lt;BR /&gt;Does any one has any idea???&lt;BR /&gt;&lt;BR /&gt;Thanks and waiting for ur reply and it is urgent..</description>
      <pubDate>Tue, 19 Jun 2007 09:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022806#M28833</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2007-06-19T09:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Login fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022807#M28834</link>
      <description>check /etc/shells&lt;BR /&gt;&lt;BR /&gt;it should have the entry for the shell corresponding to the local user.&lt;BR /&gt;&lt;BR /&gt;the shell of the user can be found from /etc/passwd file.&lt;BR /&gt;&lt;BR /&gt;if the shell for the user in /etc/passwd is /sbin/sh than add this path in /etc/shells also.&lt;BR /&gt;&lt;BR /&gt;best of luck</description>
      <pubDate>Tue, 19 Jun 2007 10:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022807#M28834</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2007-06-19T10:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Login fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022808#M28835</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Clarification.&lt;BR /&gt;&lt;BR /&gt;If /etc/shells does not have an entry for the shell field in /etc/passwd this can lead to the problem you are experiencing.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 19 Jun 2007 12:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022808#M28835</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-19T12:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Login fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022809#M28836</link>
      <description>Prodctrl has /bin/bash and it is in /etc/shells...any more ideas???&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 12:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022809#M28836</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2007-06-19T12:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Login fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022810#M28837</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check if the id is in ftcusers file under /etc/ directory because if the id is there then you can't login using Prodctrl id&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Padma</description>
      <pubDate>Tue, 19 Jun 2007 16:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022810#M28837</guid>
      <dc:creator>Padma Asrani</dc:creator>
      <dc:date>2007-06-19T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Login fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022811#M28838</link>
      <description>Hi Padma,&lt;BR /&gt;&lt;BR /&gt;No! Prodctrl id is not in /etc/ftpusers....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2007 09:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022811#M28838</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2007-06-20T09:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Login fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022812#M28839</link>
      <description>Check that the home directory exists and for prodctrl and the users has the right permissions over it.&lt;BR /&gt;&lt;BR /&gt;Can you SSH as prodctrl?&lt;BR /&gt;&lt;BR /&gt;What is your /etc/pam.d/proftpd configuration?</description>
      <pubDate>Wed, 20 Jun 2007 11:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022812#M28839</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-20T11:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Login fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022813#M28840</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;Home directory for prodctrl exists with right permissions. And also I can ssh as prodctrl.&lt;BR /&gt;&lt;BR /&gt;And the /etc/pam.d/proftpd file consists follows:&lt;BR /&gt;&lt;BR /&gt;#%PAM-1.0&lt;BR /&gt;auth       required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed&lt;BR /&gt;auth       required pam_stack.so service=system-auth&lt;BR /&gt;auth       required pam_shells.so&lt;BR /&gt;account    required pam_stack.so service=system-auth&lt;BR /&gt;session    required pam_stack.so service=system-auth&lt;BR /&gt;&lt;BR /&gt;Thanks and waiting for the response.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2007 11:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-login-fails/m-p/4022813#M28840</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2007-06-20T11:21:35Z</dc:date>
    </item>
  </channel>
</rss>

