<?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: Anonymous FTP responds &amp;quot;530 Login incorrect.&amp;quot; in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684100#M50943</link>
    <description>The sysuaf setup is the same as on my node (with exception of the 1 logion failure).&lt;BR /&gt;&lt;BR /&gt;Intrussions active ? Is the user name anonymous working correctly ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Tue, 06 Dec 2005 02:01:34 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2005-12-06T02:01:34Z</dc:date>
    <item>
      <title>Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684092#M50935</link>
      <description>[esko@fragpc download]$ ftp as2000&lt;BR /&gt;Connected to as2000.furpile.com.&lt;BR /&gt;220 as2000.furpile.com FTP Server (Version 5.4) Ready.&lt;BR /&gt;502 AUTH is unimplemented.&lt;BR /&gt;502 AUTH is unimplemented.&lt;BR /&gt;KERBEROS_V4 rejected as an authentication type&lt;BR /&gt;Name (as2000:esko): ftp&lt;BR /&gt;331 Guest login OK, send ident as password.&lt;BR /&gt;Password:&lt;BR /&gt;530 Login incorrect.&lt;BR /&gt;Login failed.&lt;BR /&gt;Remote system type is VMS.&lt;BR /&gt;ftp&amp;gt; quit&lt;BR /&gt;425 Session is disconnected.&lt;BR /&gt;&lt;BR /&gt;I have done everything "by the book" and I have also tried out a flock (big flock) of different approaches to fix this one.&lt;BR /&gt;&lt;BR /&gt;This is how my TCPIP$FTP_SYSTARTUP.COM looks like:&lt;BR /&gt;$ DEFINE/SYSTEM/EXEC TCPIP$FTP_ANONYMOUS_LOG DISK$ANONFTP0:[LOGFILES]ANON.LOG&lt;BR /&gt;$ DEFINE/SYSTEM/EXEC TCPIP$FTP_SERVER DISK$ANONFTP0:[LOGFILES]FTP.LOG&lt;BR /&gt;$ DEFINE/SYSTEM/EXEC TCPIP$FTP_ANONYMOUS_ALIAS FTP&lt;BR /&gt;$ DEFINE/SYSTEM/EXEC TCPIP$FTP_ANONYMOUS_DIRECTORY DISK$ANONFTP0:[FTPROOT],DISK$ANONFTP1:[FTPROOT],DISK$ANONFTP2:[FTPROOT]&lt;BR /&gt;&lt;BR /&gt;Any idea what is wrong ?&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Dec 2005 21:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684092#M50935</guid>
      <dc:creator>Esko Ilola</dc:creator>
      <dc:date>2005-12-03T21:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684093#M50936</link>
      <description>Oh... Forgot to mention:&lt;BR /&gt;I'm running OpenVMS 7.3-2 in a puny AS2000.&lt;BR /&gt;&lt;BR /&gt;Downgraded to 7.3-2 from 8.2 because I had a lot of difficulties with the newer OS.&lt;BR /&gt;&lt;BR /&gt;Old is good...</description>
      <pubDate>Sat, 03 Dec 2005 21:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684093#M50936</guid>
      <dc:creator>Esko Ilola</dc:creator>
      <dc:date>2005-12-03T21:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684094#M50937</link>
      <description>Anything in the log files (including&lt;BR /&gt;non-anonymous)?&lt;BR /&gt;&lt;BR /&gt;"Guest login" suggests that the "ftp" user&lt;BR /&gt;alias is ok, but have you tried "anonymous"&lt;BR /&gt;as user instead of "ftp"?&lt;BR /&gt;&lt;BR /&gt;What are you using as the password?  (I don't&lt;BR /&gt;know of anything which fails, though.)&lt;BR /&gt;&lt;BR /&gt;It all (Version V5.4 - ECO 5, OpenVMS V7.3-2)&lt;BR /&gt;works for me, but I get no "AUTH" or&lt;BR /&gt;"KERBEROS" messages.</description>
      <pubDate>Sun, 04 Dec 2005 03:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684094#M50937</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-12-04T03:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684095#M50938</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Those extra AUTH messages result from Linux ftp client trying to connect using different authorization methods before falling back to the old stuff. There is nothing bad in them as long as the FTP server does not loose it's marbles which it seemingly does not here.&lt;BR /&gt;&lt;BR /&gt;And yes, I have tried the ANONYMOUS as well. The FTP is just an anonymous alias defined in the TCPIP$FTP_SYSTARTUP.COM.&lt;BR /&gt;&lt;BR /&gt;Could it be some file the server does not have rights to modify/use and the respond being a tad misleading ?</description>
      <pubDate>Sun, 04 Dec 2005 07:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684095#M50938</guid>
      <dc:creator>Esko Ilola</dc:creator>
      <dc:date>2005-12-04T07:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684096#M50939</link>
      <description>There could be something in one of the log&lt;BR /&gt;files, too, but I can't read them from here.</description>
      <pubDate>Sun, 04 Dec 2005 10:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684096#M50939</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-12-04T10:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684097#M50940</link>
      <description>Tested it on 7.3.&lt;BR /&gt;&lt;BR /&gt;1) I had to restart TCPIP before the alias was accepted.&lt;BR /&gt;2) After I removed ANONYMOUS from the sysuaf I got about the rejection you had (after a Guest login OK).&lt;BR /&gt;&lt;BR /&gt;So, did you add ANONYMOUS to the sysuaf with tcpip$config ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 05 Dec 2005 03:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684097#M50940</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-12-05T03:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684098#M50941</link>
      <description>Yes. I used the TCPIP$CONFIG "Add anonymous ..." thing to add the anonymous account to SYSUAF.&lt;BR /&gt;&lt;BR /&gt;$ set def sys$system&lt;BR /&gt;$ run authorize&lt;BR /&gt;UAF&amp;gt; show anonymous&lt;BR /&gt;&lt;BR /&gt;Username: ANONYMOUS                        Owner:  ANONYMOUS&lt;BR /&gt;Account:  ANONY                            UIC:    [3376,1] ([ANONY,ANONYMOUS])&lt;BR /&gt;CLI:      DCL                              Tables: DCLTABLES&lt;BR /&gt;Default:  DISK$ANONFTP0:[ANONYMOUS]&lt;BR /&gt;LGICMD:   _NL:&lt;BR /&gt;Flags:  DisCtlY DefCLI LockPwd Restricted DisWelcome DisNewMail DisMail&lt;BR /&gt;              DisReport DisReconnect&lt;BR /&gt;Primary days:   Mon Tue Wed Thu Fri&lt;BR /&gt;Secondary days:                     Sat Sun&lt;BR /&gt;Primary   000000000011111111112222  Secondary 000000000011111111112222&lt;BR /&gt;Day Hours 012345678901234567890123  Day Hours 012345678901234567890123&lt;BR /&gt;Network:  ##### Full access ######            ##### Full access ######&lt;BR /&gt;Batch:    -----  No access  ------            -----  No access  ------&lt;BR /&gt;Local:    -----  No access  ------            -----  No access  ------&lt;BR /&gt;Dialup:   -----  No access  ------            -----  No access  ------&lt;BR /&gt;Remote:   -----  No access  ------            -----  No access  ------&lt;BR /&gt;Expiration:            (none)    Pwdminimum:  6   Login Fails:     1&lt;BR /&gt;Pwdlifetime:         90 00:00    Pwdchange:      (pre-expired)&lt;BR /&gt;Last Login:            (none) (interactive),  6-DEC-2005 00:42 (non-interactive)Maxjobs:         0  Fillm:        50  Bytlm:        52200&lt;BR /&gt;Maxacctjobs:     0  Shrfillm:      0  Pbytlm:           0&lt;BR /&gt;Maxdetach:       0  BIOlm:        18  JTquota:       4096&lt;BR /&gt;Prclm:           8  DIOlm:        18  WSdef:          350&lt;BR /&gt;Prio:            8  ASTlm:       100  WSquo:          512&lt;BR /&gt;Queprio:         4  TQElm:        15  WSextent:       512&lt;BR /&gt;CPU:        (none)  Enqlm:       100  Pgflquo:      10240&lt;BR /&gt;Authorized Privileges:&lt;BR /&gt;  NETMBX       TMPMBX&lt;BR /&gt;Default Privileges:&lt;BR /&gt;  NETMBX       TMPMBX&lt;BR /&gt;UAF&amp;gt; exit&lt;BR /&gt;%UAF-I-NOMODS, no modifications made to system authorization file&lt;BR /&gt;%UAF-I-NAFNOMODS, no modifications made to network proxy database&lt;BR /&gt;%UAF-I-RDBNOMODS, no modifications made to rights database&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Dec 2005 23:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684098#M50941</guid>
      <dc:creator>Esko Ilola</dc:creator>
      <dc:date>2005-12-05T23:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684099#M50942</link>
      <description>Anal/aud to find out the details of the login failure.&lt;BR /&gt;&lt;BR /&gt;Is ftp working from the VMS host to the VMShost itself ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 06 Dec 2005 01:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684099#M50942</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-12-06T01:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684100#M50943</link>
      <description>The sysuaf setup is the same as on my node (with exception of the 1 logion failure).&lt;BR /&gt;&lt;BR /&gt;Intrussions active ? Is the user name anonymous working correctly ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 06 Dec 2005 02:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684100#M50943</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-12-06T02:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684101#M50944</link>
      <description>Can you check the security of the ANONYMOUS LOG directory?  &lt;BR /&gt;</description>
      <pubDate>Fri, 09 Dec 2005 11:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684101#M50944</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2005-12-09T11:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous FTP responds "530 Login incorrect."</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684102#M50945</link>
      <description>After resting a tad (2 weeks) I returned to this issua and found out the reason almost immediately: The FTP server was not allowed to write to the ANONFTP.LOG. Why? Because I had changed the log file myself and didn't change the ownership or ACL to allow this. Hmph...</description>
      <pubDate>Fri, 16 Dec 2005 23:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/anonymous-ftp-responds-quot-530-login-incorrect-quot/m-p/3684102#M50945</guid>
      <dc:creator>Esko Ilola</dc:creator>
      <dc:date>2005-12-16T23:59:37Z</dc:date>
    </item>
  </channel>
</rss>

