<?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 FTP issue RH Linux ES 3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380971#M14110</link>
    <description>HI Friends,&lt;BR /&gt;&lt;BR /&gt;In my RH Linux ES release 3, vsftp is installed by default. But;&lt;BR /&gt;&lt;BR /&gt;Whenever I ftp to the system as root, it is not going inside with out giving password and even with wrong character passwords. This is happeneing to all 4 systems. &lt;BR /&gt;&lt;BR /&gt;For NIS users, eventhough if i give correct username and password it is not going inside.&lt;BR /&gt;&lt;BR /&gt;All these 4 boxes are Opteron systems.&lt;BR /&gt;&lt;BR /&gt;I would like to know whether wu-ftpd is available for this platform or not ?&lt;BR /&gt;&lt;BR /&gt;Pl help with a solution...&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance !&lt;BR /&gt;&lt;BR /&gt;Pramod</description>
    <pubDate>Fri, 17 Sep 2004 02:20:19 GMT</pubDate>
    <dc:creator>PVR</dc:creator>
    <dc:date>2004-09-17T02:20:19Z</dc:date>
    <item>
      <title>FTP issue RH Linux ES 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380971#M14110</link>
      <description>HI Friends,&lt;BR /&gt;&lt;BR /&gt;In my RH Linux ES release 3, vsftp is installed by default. But;&lt;BR /&gt;&lt;BR /&gt;Whenever I ftp to the system as root, it is not going inside with out giving password and even with wrong character passwords. This is happeneing to all 4 systems. &lt;BR /&gt;&lt;BR /&gt;For NIS users, eventhough if i give correct username and password it is not going inside.&lt;BR /&gt;&lt;BR /&gt;All these 4 boxes are Opteron systems.&lt;BR /&gt;&lt;BR /&gt;I would like to know whether wu-ftpd is available for this platform or not ?&lt;BR /&gt;&lt;BR /&gt;Pl help with a solution...&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance !&lt;BR /&gt;&lt;BR /&gt;Pramod</description>
      <pubDate>Fri, 17 Sep 2004 02:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380971#M14110</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-09-17T02:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issue RH Linux ES 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380972#M14111</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take a look at your /etc/vsftpd.user_list file.  It will have a list of users that are allowed or denied access, depending on how you have the vsftpd daemon configured in the /etc/vsftpd/vsftpd.conf file.&lt;BR /&gt;&lt;BR /&gt;I'm not sure what is happening with your NIS users.  I haven't used NIS before so I'm not much help.&lt;BR /&gt;&lt;BR /&gt;I'd stick with vsftpd and try to get it running instead of going back to wu-ftpd, as vsftpd is supposed to be more secure.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Sep 2004 09:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380972#M14111</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-09-17T09:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issue RH Linux ES 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380973#M14112</link>
      <description>I've installed this kind of setup lately.&lt;BR /&gt;Everything works.&lt;BR /&gt;You can install wu-ftpd on redhat3.0,however you can remain with vsftpd.&lt;BR /&gt;run authconfig utility on NIS server.&lt;BR /&gt;uncheck md5/shadow for passwords.&lt;BR /&gt;then run make -C /var/yp to update the database.Try to login again via ftp.&lt;BR /&gt;By the way I assume that you have a working vsftpd:&lt;BR /&gt;service vsftpd start &lt;BR /&gt;otherwise.&lt;BR /&gt;Best Regards.</description>
      <pubDate>Sun, 19 Sep 2004 02:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380973#M14112</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-09-19T02:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issue RH Linux ES 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380974#M14113</link>
      <description>Hi Pramod,&lt;BR /&gt;&lt;BR /&gt;1. look at "/etc/vsftpd.ftpusers" in this file are the names of the users that are NOT allowed to log onto your ftp server.&lt;BR /&gt;&lt;BR /&gt;2. look at "/etc/vsftpd.user_list" here are all users that are allowed to use your ftp server or all users that are disallowed to use it depending on one entry in "/etc/vsftpd/vsftpd.conf":&lt;BR /&gt;if "userlist_deny=NO" only users in the "/etc/vsftpd.user_list" are allowd to log in the ftp-server&lt;BR /&gt;if "userlist_deny=YES" all users in "/etc/vsftpd.user_list" are never allowed to log in, and get no prompt for a password.</description>
      <pubDate>Mon, 20 Sep 2004 02:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380974#M14113</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-09-20T02:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issue RH Linux ES 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380975#M14114</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;May I know where can I get wu-ftpd fro Opteron systems running Redhat Enterprise Linux Release 3&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Pramod</description>
      <pubDate>Mon, 20 Sep 2004 02:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380975#M14114</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-09-20T02:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issue RH Linux ES 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380976#M14115</link>
      <description>A BIG SORRY TO YOU ALL !!!!&lt;BR /&gt;&lt;BR /&gt;THERE IS A CORRECTION IN MY QUESTION. aCTUALLY IT IS GOING INSIDE WHENEVER i GO FOR AN FTP TO THE SYSTEM AS ROOT. EVEN IF I GIVE WRONG PASSWORD OR ENTER IT IS GOING INSIDE...&lt;BR /&gt;&lt;BR /&gt;Sorry again..</description>
      <pubDate>Mon, 20 Sep 2004 02:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380976#M14115</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-09-20T02:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issue RH Linux ES 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380977#M14116</link>
      <description>look at your "/etc/vsftpd/vsftpd.conf":&lt;BR /&gt;&lt;BR /&gt;1. do you have enabled guest logins with "guest_enable=yes" if you found this entry rewrite it to "guest_enable=no"&lt;BR /&gt;&lt;BR /&gt;2. do you have login for local users with "local_enable=yes" if you use this "/etc/passwd" is used for authentication.</description>
      <pubDate>Tue, 21 Sep 2004 01:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-issue-rh-linux-es-3/m-p/3380977#M14116</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-09-21T01:30:06Z</dc:date>
    </item>
  </channel>
</rss>

