<?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: Advanced Server 7.3-2 and MS Vista - authentication issues in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176665#M58270</link>
    <description>Shilpa,&lt;BR /&gt;&lt;BR /&gt;I ran the upgrade to 7.3B and applied the patch (PS015), and things seem to be working at the moment.&lt;BR /&gt;&lt;BR /&gt;However given the random nature of the problem I'll wait a few days in case anyone comes back to me with continued issues.&lt;BR /&gt;&lt;BR /&gt;But it's looking good for now - thanks very much for your help!&lt;BR /&gt;&lt;BR /&gt;Bob</description>
    <pubDate>Mon, 08 Jun 2009 08:25:02 GMT</pubDate>
    <dc:creator>Alpha_1_1</dc:creator>
    <dc:date>2009-06-08T08:25:02Z</dc:date>
    <item>
      <title>Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176653#M58258</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've got an AlphaServer running VMS 7.3-2 and Advanced Server 7.3-2 from which we've been serving fileshares to our W2K network for some time.&lt;BR /&gt;&lt;BR /&gt;However, we're undergoing a refresh of desktop PCs at the moment, with MS Vista Enterprise SP1 as the OS.&lt;BR /&gt;&lt;BR /&gt;Yesterday, I had an enquiry from a user who was being asked to authenticate when trying to map to one of his shares. I logged onto a separate machine and had no trouble mapping shares with an ordinary user account, but when I tried it on the user's machine I was presented with a username/password box.&lt;BR /&gt;&lt;BR /&gt;Entering username and password was not successful, and the share could not be mapped.&lt;BR /&gt;&lt;BR /&gt;I've raised the matter with the Vista rollout team but they seem to think that the problem lies with Advanced Server.&lt;BR /&gt;&lt;BR /&gt;Seeing as how connections are successful from some Vista PCs and not from others, I'd be more inclined to the belief that it's a problem with the Vista image.&lt;BR /&gt;&lt;BR /&gt;I was just wondering if anyone had seen this behaviour before and found a solution?&lt;BR /&gt;&lt;BR /&gt;As always, any suggestions or advice would be welcome.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Thu, 21 May 2009 10:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176653#M58258</guid>
      <dc:creator>Alpha_1_1</dc:creator>
      <dc:date>2009-05-21T10:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176654#M58259</link>
      <description>Various previous authentication problems with Microsoft Vista trying and failing to operate with external CIFS/SMB shares can involve an increase in the security defaults within Vista.  &lt;BR /&gt;&lt;BR /&gt;Specifically, look for "Network Security: LAN Manager authentication level" and which is usually "Send NTLMv2 response only"  over to "Send LM &amp;amp; NTLM - use NTLMv2 session security if negotiated", or look for the underlying registry key HKEY_LOCAL_MACHINE \System \CurrentControlSet \Control \Lsa \LMCompatibilityLevel from 0x3 (NTLMv2 only) to 0x1 (NTLMv2 if negotiated).  This change made via the  secpol.msc tool that's available in the upper-end three? variants of Vista, or via the registry editor that's available in all seven? Vista versions.&lt;BR /&gt;&lt;BR /&gt;AFAIK, Advanced Server is considered "mature" by HP, or whatever the current euphemism is.  The migration path for this package and for the PATHWORKS Server package is the Samba/CIFS package.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2009 11:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176654#M58259</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-05-21T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176655#M58260</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;It would be useful if you can provide network trace by executing:&lt;BR /&gt;&lt;BR /&gt;$ @sys$starup:tcpip$define_commands&lt;BR /&gt;$ tcpdump -s 1518 -w vista.trace &lt;IP-ADDRESS-OF-VISTA-CLIENT&gt;&lt;BR /&gt;&lt;BR /&gt;You can use ctrl-c to stop the tcpdump command after you reproduce the problem.&lt;BR /&gt;&lt;BR /&gt;Can you verify that the following policies are disabled on Vista client?&lt;BR /&gt;&lt;BR /&gt;1. Microsoft network client: Digitally sign communications (always) 2. Domain member: Digitally encrypt or sign secure channel data (always) 3. Domain member: Require strong (Windows 2000 or later) session key&lt;BR /&gt;&lt;BR /&gt;And another policy that you need to verify is:&lt;BR /&gt;&lt;BR /&gt;"Network security: LAN Manager authentication level"&lt;BR /&gt;&lt;BR /&gt;You can click start and type secpol.msc in the "start search" bar to open the Local Security policy window on Vista client. Then select "Local policies" -&amp;gt; "Security Options" to view the policies.&lt;BR /&gt;&lt;BR /&gt;Are you running Advanced Server V7.3B and what is the role of Advanced Server?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shilpa&lt;/IP-ADDRESS-OF-VISTA-CLIENT&gt;</description>
      <pubDate>Thu, 21 May 2009 13:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176655#M58260</guid>
      <dc:creator>Shilpa K</dc:creator>
      <dc:date>2009-05-21T13:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176656#M58261</link>
      <description>Thanks for the replies - here's what we've found so far:&lt;BR /&gt;&lt;BR /&gt;Network Security: LAN Manager authentication level: Send NTLM response only; Refuse LM&lt;BR /&gt;&lt;BR /&gt;1. Microsoft network client: Digitally sign communications (always)- disabled &lt;BR /&gt;2. Domain member: Digitally encrypt or sign secure channel data (always)- disabled &lt;BR /&gt;3. Domain member: Require strong (Windows 2000 or later) session key - disabled&lt;BR /&gt;&lt;BR /&gt;The Registry value for LMCompatibilityLevel on the client we tested is set to 4 by default.&lt;BR /&gt;&lt;BR /&gt;The role of the server running Advanced Server is a member of the domain.&lt;BR /&gt;&lt;BR /&gt;The version is 7.3-2 according to a PRODUCT SHOW command; this may actually be 7.3A, although I'm open to correction.&lt;BR /&gt;&lt;BR /&gt;Finally, a copy of the TCPDUMP Shilpa suggested is attached, however I must admit to being uncertain as to how to interpret it.&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Thu, 21 May 2009 15:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176656#M58261</guid>
      <dc:creator>Alpha_1_1</dc:creator>
      <dc:date>2009-05-21T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176657#M58262</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;I could not read the tcpdump file provided by you using wireshark. Could you please make the trace again by using:&lt;BR /&gt;&lt;BR /&gt;$ @sys$starup:tcpip$define_commands&lt;BR /&gt;$ tcpdump -s 1518 -w vista.trace &lt;IP-ADDRESS-OF-VISTA-CLIENT&gt;&lt;BR /&gt;&lt;BR /&gt;You can use ctrl-c to stop the tcpdump command after you reproduce the problem and then attach the vista.trace file. As the vista.trace file will be in VAR format, it would be nice if you can copy it to your Windows system through an Advanced Server share and then attach it. &lt;BR /&gt;&lt;BR /&gt;Also, can you verify if the following policy is disabled as well:&lt;BR /&gt;&lt;BR /&gt;Microsoft network client: Digitally sign communications (always) &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shilpa&lt;BR /&gt;&lt;/IP-ADDRESS-OF-VISTA-CLIENT&gt;</description>
      <pubDate>Thu, 21 May 2009 16:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176657#M58262</guid>
      <dc:creator>Shilpa K</dc:creator>
      <dc:date>2009-05-21T16:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176658#M58263</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;One more thing that you need to verify whenever a client cannot connect to Advanced Server is to check if the ports 137, 138, 139 are blocked on the client side. If Windows firewall is enabled on the client side, verify if the "File and Print sharing" box is checked in the exceptions window of Windows firewall.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shilpa</description>
      <pubDate>Thu, 21 May 2009 18:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176658#M58263</guid>
      <dc:creator>Shilpa K</dc:creator>
      <dc:date>2009-05-21T18:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176659#M58264</link>
      <description>Hi Shilpa,&lt;BR /&gt;&lt;BR /&gt;I ran that TCPDUMP command but kept getting a syntax error, even though I cut and pasted your instruction onto my command line.&lt;BR /&gt;&lt;BR /&gt;The output I posted was based on the command &lt;BR /&gt;&lt;BR /&gt;$TCPDUMP host &lt;HOSTNAME&gt; &lt;BR /&gt;&lt;BR /&gt;with no switches. I could attach the output here but it's quite long...&lt;BR /&gt;&lt;BR /&gt;I have ascertained that Windows Firewall is disabled by default on the Vista PC build, so I presume that the question of blocked ports, etc., doesn't come into it?&lt;BR /&gt;&lt;BR /&gt;Also, we've observed that the problem appears to be intermittent, in that a connection will be successful at one attempt on a given PC but may fail on a subsequent attempt on the same system, etc.&lt;BR /&gt;&lt;BR /&gt;I've compiled our research and the suggestions by yourself and Hoff and I'll be forwarding them to the Vista project team to work on. I'll also have a Group Policy specialist available next Monday to check out that side of things.&lt;BR /&gt;&lt;BR /&gt;I'll let you know if we come up with anything...&lt;BR /&gt;&lt;BR /&gt;Bob&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 22 May 2009 15:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176659#M58264</guid>
      <dc:creator>Alpha_1_1</dc:creator>
      <dc:date>2009-05-22T15:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176660#M58265</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;The tcpdump command was intended to be:&lt;BR /&gt;&lt;BR /&gt;$ tcpdump -s 1518 -w vista.trace host &lt;IP-ADDRESS-OF-VISTA-CLIENT&gt;&lt;BR /&gt;&lt;BR /&gt;Capture up to 1518 bytes of each packet to/from the specified host and write it in binary mode to the file named vista.trace.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;&lt;/IP-ADDRESS-OF-VISTA-CLIENT&gt;</description>
      <pubDate>Fri, 22 May 2009 16:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176660#M58265</guid>
      <dc:creator>Paul Nunez</dc:creator>
      <dc:date>2009-05-22T16:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176661#M58266</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;Apologies. I missed the "host" qualifier. The correct command is:&lt;BR /&gt;&lt;BR /&gt;$ tcpdump -s 1518 -w vista.trace host &lt;IP address=""&gt;&lt;BR /&gt;&lt;BR /&gt;Basically, I would be interested in the vista.trace file which will have the capture packets. As the problem is intermittent, the only way we can understand as to what is going on is by analysing the network traces. &lt;BR /&gt; &lt;BR /&gt;You say that you are running Advanced Server V7.3-2 (CPQ AXPVMS ADVANCEDSERVER V7.3-2) which is same as Advanced Server V7.3 ECO2. This version is no longer supported and it was never qualified for vista. As you run VMS version V7.3-2, you can upgrade your system to Advanced Server V7.3B and the latest patch set PS015. AS V7.3B is qualified for Vista.&lt;BR /&gt;&lt;BR /&gt;You can find the latest patch set PS015 as well as the AS V7.3B kit from the following location:&lt;BR /&gt;&lt;BR /&gt;Location:&lt;BR /&gt;      FTP SYSTEM: hprc.external.hp.com&lt;BR /&gt; USERNAME: pathwork&lt;BR /&gt; PASSWORD: support&lt;BR /&gt;&lt;BR /&gt; Sub directory name: asv&lt;BR /&gt;&lt;BR /&gt;  OR&lt;BR /&gt;&lt;BR /&gt; ftp://pathwork:support@hprc.external.hp.com/asv/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shilpa&lt;/IP&gt;</description>
      <pubDate>Fri, 22 May 2009 16:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176661#M58266</guid>
      <dc:creator>Shilpa K</dc:creator>
      <dc:date>2009-05-22T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176662#M58267</link>
      <description>Hi Shilpa, &lt;BR /&gt;&lt;BR /&gt;Sorry about the late reply...&lt;BR /&gt;&lt;BR /&gt;We've arranged an upgrade of Advanced Server to 7.3B for tomorrow (the only time we can reboot) so I should have more information on progress after that.&lt;BR /&gt;&lt;BR /&gt;I downloaded the upgrade kit from the patch database (couldn't connect to hprc for some reason), but I couldn't see any reference to PS15 - are you referring to the cumulative patch kit for OVMS?&lt;BR /&gt;&lt;BR /&gt;If that's the case I've got it already - if not, I'll have to try again to get it from the hp download site...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Fri, 05 Jun 2009 14:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176662#M58267</guid>
      <dc:creator>Alpha_1_1</dc:creator>
      <dc:date>2009-06-05T14:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176663#M58268</link>
      <description>Hi Bod,&lt;BR /&gt;&lt;BR /&gt;Yes I was referring to the cumulative patch set for Advanced Server when I mentioned PS015. In the hprc location that is mentioned above, the latest cumulative patch set is named as:&lt;BR /&gt;&lt;BR /&gt;ASV73B-PS015.ZIP&lt;BR /&gt;&lt;BR /&gt;If the one that you have is same as &lt;BR /&gt;ASV73B-PS015.ZIP, then it should do. &lt;BR /&gt;&lt;BR /&gt;The cumulative patch sets for Advanced Server (and OpenVMS CIFS) are released only through hprc and are not available from ITRC patch database.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shilpa</description>
      <pubDate>Fri, 05 Jun 2009 15:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176663#M58268</guid>
      <dc:creator>Shilpa K</dc:creator>
      <dc:date>2009-06-05T15:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176664#M58269</link>
      <description>Thanks Shilpa,&lt;BR /&gt;&lt;BR /&gt;In that case I'll have to try again - the latest version I have is PS011.&lt;BR /&gt;&lt;BR /&gt;I'll do the upgrade anyway and reboot, and see about obtaining the up-to-date patch list.&lt;BR /&gt;&lt;BR /&gt;Have a good weekend,&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Fri, 05 Jun 2009 15:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176664#M58269</guid>
      <dc:creator>Alpha_1_1</dc:creator>
      <dc:date>2009-06-05T15:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176665#M58270</link>
      <description>Shilpa,&lt;BR /&gt;&lt;BR /&gt;I ran the upgrade to 7.3B and applied the patch (PS015), and things seem to be working at the moment.&lt;BR /&gt;&lt;BR /&gt;However given the random nature of the problem I'll wait a few days in case anyone comes back to me with continued issues.&lt;BR /&gt;&lt;BR /&gt;But it's looking good for now - thanks very much for your help!&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Mon, 08 Jun 2009 08:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176665#M58270</guid>
      <dc:creator>Alpha_1_1</dc:creator>
      <dc:date>2009-06-08T08:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176666#M58271</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;Thanks for letting us know and glad that things are fine as of now. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shilpa</description>
      <pubDate>Mon, 08 Jun 2009 08:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176666#M58271</guid>
      <dc:creator>Shilpa K</dc:creator>
      <dc:date>2009-06-08T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Server 7.3-2 and MS Vista - authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176667#M58272</link>
      <description>The solution was as delivered by Shilpa - upgrade to 7.3B with PS015.&lt;BR /&gt;&lt;BR /&gt;No further difficulties have been reported so I think we have a result - thanks to all who assisted!&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Mon, 15 Jun 2009 10:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/advanced-server-7-3-2-and-ms-vista-authentication-issues/m-p/5176667#M58272</guid>
      <dc:creator>Alpha_1_1</dc:creator>
      <dc:date>2009-06-15T10:01:52Z</dc:date>
    </item>
  </channel>
</rss>

