<?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: Multiple anonymous ftp user account in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209667#M464692</link>
    <description>Thank you all for the response.</description>
    <pubDate>Wed, 02 Jun 2010 12:16:12 GMT</pubDate>
    <dc:creator>manoj_pu</dc:creator>
    <dc:date>2010-06-02T12:16:12Z</dc:date>
    <item>
      <title>Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209658#M464683</link>
      <description>&lt;BR /&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;Is it possible to have multiple anonymous user account in hp-ux 11i?&lt;BR /&gt;&lt;BR /&gt;We have already one anonymous account created below is the password entry of the same.&lt;BR /&gt;&lt;BR /&gt;ftp:*:500:500:Anonymous FTP account,,,:/home/ftp:/usr/bin/false&lt;BR /&gt;&lt;BR /&gt;We want to create another one as below:&lt;BR /&gt;user name: testftp&lt;BR /&gt;user ID: 501&lt;BR /&gt;home: /home/testftp&lt;BR /&gt;&lt;BR /&gt;Is that possible?&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance.&lt;BR /&gt;Kind Regards&lt;BR /&gt;Manoj</description>
      <pubDate>Mon, 16 Nov 2009 15:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209658#M464683</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2009-11-16T15:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209659#M464684</link>
      <description>Shalom Manoj,&lt;BR /&gt;&lt;BR /&gt;Why would you want to do this? Once you have configured anonymous ftp more than one user can connect.&lt;BR /&gt;&lt;BR /&gt;The configuration you list in your question is a regular, not an nonymous ftp account.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Nov 2009 15:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209659#M464684</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-11-16T15:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209660#M464685</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Thanks for the response&lt;BR /&gt;&lt;BR /&gt;Sorry for the incomplete question.&lt;BR /&gt;I meant two anonymous user accounts, User configuration that we are looking at is given below:&lt;BR /&gt;&lt;BR /&gt;user - 1&lt;BR /&gt;ftp:*:500:500:Anonymous FTP account,,,:/home/ftp:/usr/bin/false&lt;BR /&gt;&lt;BR /&gt;user - 2&lt;BR /&gt;testftp:*:501:500:Anonymous FTP account,,,:/home/testftp:/usr/bin/false&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;Manoj&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 15:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209660#M464685</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2009-11-16T15:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209661#M464686</link>
      <description>&lt;BR /&gt;Hello Steven,&lt;BR /&gt;&lt;BR /&gt;Please find below error message, when I tried to do ftp login with testftp user account after adding above mentioned in /etc/passwd file.&lt;BR /&gt;&lt;BR /&gt;Name (ServerA:): testftp&lt;BR /&gt;530 User testftp access denied...&lt;BR /&gt;Login failed.&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;Using binary mode to transfer files.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Is this problem because hp-ux 11i (ftpd) does not support two anonymous user accounts?&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;Manoj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 15:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209661#M464686</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2009-11-16T15:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209662#M464687</link>
      <description>Hi Manoj,&lt;BR /&gt;&lt;BR /&gt;I dont think so it is a workable solution because the ftp daemon uses the "ftp" account to login anonymously, and testftp is not recognized as an anonymous account.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Mon, 16 Nov 2009 16:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209662#M464687</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2009-11-16T16:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209663#M464688</link>
      <description>&lt;!--!*#--&gt;&amp;gt; We want to create another one as below:&lt;BR /&gt;&lt;BR /&gt;Why?  Is there some actual problem which you&lt;BR /&gt;are trying to solve?&lt;BR /&gt;&lt;BR /&gt;It is possible to create multiple guest&lt;BR /&gt;accounts ("man ftpd", look for "guest"), but&lt;BR /&gt;these use actual passwords.  So far as I&lt;BR /&gt;know, there can be only one true "anonymous"&lt;BR /&gt;account.&lt;BR /&gt;&lt;BR /&gt;A different FTP server program might offer&lt;BR /&gt;more options.</description>
      <pubDate>Mon, 16 Nov 2009 16:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209663#M464688</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-16T16:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209664#M464689</link>
      <description>&lt;BR /&gt;Thanks all for your response.&lt;BR /&gt;&lt;BR /&gt;There is no problem as such in our system.&lt;BR /&gt;&lt;BR /&gt;We have a common user management tool called 'keon' (BMC product) used in our systems to manage users on two set of hp-ux servers. &lt;BR /&gt;&lt;BR /&gt;Each set of hp-ux servers are used for two different applications. However the anonymous ftp user account (ftp) configured in keon tool is common for both set of servers.&lt;BR /&gt;&lt;BR /&gt;We are looking for options to have separate anonymous account for each set of hp-ux servers.&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;Manoj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 17:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209664#M464689</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2009-11-16T17:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209665#M464690</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] 'keon' (BMC product) [...]&lt;BR /&gt;&lt;BR /&gt;I know nothing about it, including how (or&lt;BR /&gt;why) it uses FTP, which makes it hard to&lt;BR /&gt;suggest anything more.</description>
      <pubDate>Mon, 16 Nov 2009 19:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209665#M464690</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-16T19:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209666#M464691</link>
      <description>"common user management tool called 'keon' (BMC product) "&lt;BR /&gt;&lt;BR /&gt;only info I can locate for a package called Keon references RSA Keon &amp;amp; certificate managment....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"We are looking for options to have separate anonymous account for each set of hp-ux servers."&lt;BR /&gt;&lt;BR /&gt;there's only one...&lt;BR /&gt;&lt;BR /&gt;You're going to have to provide information on what it is you want to solve, as opposed to how you want to solve it....I doubt that anonymous ftp is the answer....something like using regular ftp with a .netrc file might work, but since I know zero about the product you're referring to, it just as easily might not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 21:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209666#M464691</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-11-16T21:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple anonymous ftp user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209667#M464692</link>
      <description>Thank you all for the response.</description>
      <pubDate>Wed, 02 Jun 2010 12:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-anonymous-ftp-user-account/m-p/5209667#M464692</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2010-06-02T12:16:12Z</dc:date>
    </item>
  </channel>
</rss>

