<?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>Operating System - OpenVMS의 주제 Authentification on a webserver on VMS from Windows</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598512#M7177</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think it's a bit difficult to describe, but I will do my very best.&lt;BR /&gt;&lt;BR /&gt;We have a Webserver on Openvms. At the moment, when you want to open a protected web site you are asked for your username and your password. The username is established under VMS so that you have got your Windows user and password and a vms user and password. For this we must register the user in the protection file from the webserver.&lt;BR /&gt;Is it possible, that it is performed similar to the proxies under OpenVMS, so that you are logged in to Windows and if you want to reach a protected web site, vms compares the Windows user with the vms user in the background, and you are no longer asked for username and password again?&lt;BR /&gt;&lt;BR /&gt;At the moment, we have openvms 7.3-1 and we use the OSU webserver. But if somebody can say, that this can be done by another webserver, I'm interested in it, too.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kirsten&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Aug 2005 08:58:23 GMT</pubDate>
    <dc:creator>Kirsten Knüttel</dc:creator>
    <dc:date>2005-08-08T08:58:23Z</dc:date>
    <item>
      <title>Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598512#M7177</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think it's a bit difficult to describe, but I will do my very best.&lt;BR /&gt;&lt;BR /&gt;We have a Webserver on Openvms. At the moment, when you want to open a protected web site you are asked for your username and your password. The username is established under VMS so that you have got your Windows user and password and a vms user and password. For this we must register the user in the protection file from the webserver.&lt;BR /&gt;Is it possible, that it is performed similar to the proxies under OpenVMS, so that you are logged in to Windows and if you want to reach a protected web site, vms compares the Windows user with the vms user in the background, and you are no longer asked for username and password again?&lt;BR /&gt;&lt;BR /&gt;At the moment, we have openvms 7.3-1 and we use the OSU webserver. But if somebody can say, that this can be done by another webserver, I'm interested in it, too.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kirsten&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2005 08:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598512#M7177</guid>
      <dc:creator>Kirsten Knüttel</dc:creator>
      <dc:date>2005-08-08T08:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598513#M7178</link>
      <description>In general, all the web server knows about the connection is the client's TCPIP address and port number and mapping that reliably and securely to a username is very difficult.&lt;BR /&gt;&lt;BR /&gt;Usually people kludge something up using cookies stored by the browser.  The OSU server doesn't have built-in support for cookies the way Apache does.&lt;BR /&gt;&lt;BR /&gt;Another approach would be to use SSL client certificates.</description>
      <pubDate>Mon, 08 Aug 2005 16:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598513#M7178</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-08-08T16:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598514#M7179</link>
      <description>What version of OSU? &lt;BR /&gt;&lt;BR /&gt;Dangerous area, you want a windows signon, and a VMS Signon to be synchronized? and serve a web access. Is this a once only signon, i.e. keep later access via cookies or the like.? Is it open internet access (are you worried about plaintext passwords being transmitted?&lt;BR /&gt;&lt;BR /&gt;More details please..&lt;BR /&gt;&lt;BR /&gt;Peter Q&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2005 23:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598514#M7179</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-08-08T23:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598515#M7180</link>
      <description>Hi Kirsten,&lt;BR /&gt;I'm afraid you can trust windows authentication by web server. TCP/IP standard, simply, doesn't carry username and password so you gave to build a your own application.&lt;BR /&gt;The most common way is cockie with follow limitations:&lt;BR /&gt;- User have to logon at first time&lt;BR /&gt;- User can disable cookie on his browser&lt;BR /&gt; &lt;BR /&gt;Teorically you could send username (but not the password) if you write a java applet on client side that send username on server side.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 03:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598515#M7180</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-09T03:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598516#M7181</link>
      <description>Just deducting from what I know of VMS and the HTTP protocol, and what I have experienced in this area (mainly by using Apache, but I know a little about OSU):&lt;BR /&gt;&lt;BR /&gt;What you want to achieve is authentication by the web browser, to check wether the requestor (HTTP bowser) ahs access to the requested page (HTTP server). Since the LOCATION where the requested page resides is protected this way, the credentials will have to be checked BEFORE the reqeust is serviced at all. Since there is, AFAIK, no automated authentication in the HTTP protocol, the only way for the server to get this data is by asking the requestor.&lt;BR /&gt;&lt;BR /&gt;You can always check this in the access logs. Only if credentials have been asked, the username will show up. Otherwise, requests will be "anonymous" - without a name. So proxies have no meaning here (I think). Apache will quite likely bypass them anyway: it checks validity against SYSUAF.&lt;BR /&gt;&lt;BR /&gt;However: do you need this?&lt;BR /&gt;If ANY user that has successfully logged in into the Windows domain has access to these protected websites, I don't see the need for an extra authentication - they already did.&lt;BR /&gt;The case is different if there are distictions: some are allowed acecss where others are not. As said above, the default access is "anonymous" so there is no other way to get the user's credentials that just asking. Unless there have been taken measures to make this information persistent (via cookies, indeed) this will be done each new session.&lt;BR /&gt;Another approach is using certificates: be your own Certificate Autority and issue certificates to those that need access to the secured site. I know it can be done using Apache, it might very well be possible to do this with OSU.&lt;BR /&gt;&lt;BR /&gt;Willem&lt;BR /&gt;Willem</description>
      <pubDate>Tue, 09 Aug 2005 03:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598516#M7181</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-08-09T03:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598517#M7182</link>
      <description>Can't get to the OSU Server that I look after right at the moment, but I do reacall that it (OSU)  supports SSL.</description>
      <pubDate>Tue, 09 Aug 2005 04:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598517#M7182</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-08-09T04:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598518#M7183</link>
      <description>Peter,&lt;BR /&gt;SSL doesn't solve. The real trouble is not the safe transport of username and password (this may be a second trouble) but trusting from windows domain to web server.&lt;BR /&gt;At now, trusting may be implemented across network but not into web server.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 08:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598518#M7183</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-09T08:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598519#M7184</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thank you for your informations. These are the things I've thought, too. But I want to be sure, that I'm right.&lt;BR /&gt;&lt;BR /&gt;the questions is related with our intranet, so no external user can see these pages. But in this intranet there are some sites only some of the users should see. Normally, you don't need a username and a password, only for these sites. Our costumer asks now, why they always must type their username and their password again, why isn't it enough, if you type it once when you logg in to windows.&lt;BR /&gt;&lt;BR /&gt;By the way, the OSU version is at the moment 3.9A (I know, that this is an older version with some bugs, but I don't have the O.K. at the moment for an upgrade :-(&lt;BR /&gt;&lt;BR /&gt;So, for a summary I would say, that it is the best way, we have it at the moment.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Kirsten</description>
      <pubDate>Tue, 09 Aug 2005 08:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598519#M7184</guid>
      <dc:creator>Kirsten Knüttel</dc:creator>
      <dc:date>2005-08-09T08:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598520#M7185</link>
      <description>&lt;QUOTE&gt;&lt;BR /&gt;the questions is related with our intranet, so no external user can see these pages.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;This is not important; HTTP standard doesn't make difference between internal and external users.&lt;BR /&gt; &lt;BR /&gt;However, reading carefully your last post I understand:&lt;BR /&gt;1) You need to hide some pages to some users.&lt;BR /&gt;2) You don't need really of password, you need merely the username.&lt;BR /&gt; &lt;BR /&gt;On web there is some utility about this feature. For example (GPL license):&lt;BR /&gt;&lt;A href="http://www.cr0.net:8040/misc/cachedump.html" target="_blank"&gt;http://www.cr0.net:8040/misc/cachedump.html&lt;/A&gt;&lt;BR /&gt;here there is an exaple in java/javascript&lt;BR /&gt;&lt;A href="http://www.rgagnon.com/javadetails/java-0441.html" target="_blank"&gt;http://www.rgagnon.com/javadetails/java-0441.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Not sure can help you but they can give you some idea about this feature.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 08:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598520#M7185</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-09T08:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598521#M7186</link>
      <description>SSL doesn't solve. The real trouble is not the safe transport of username and password (this may be a second trouble) but trusting from windows domain to web server.&lt;BR /&gt;At now, trusting may be implemented across network but not into web server&lt;BR /&gt;&lt;BR /&gt;Client certificates can be a solution provided the browser properly authenticates the user (e.g. cert. file password protected) prior to including it in the request.  Hooks for doing access control based on client certificates were added in version 3.10a of the OSU server, see attachment.</description>
      <pubDate>Tue, 09 Aug 2005 09:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598521#M7186</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-08-09T09:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Authentification on a webserver on VMS from Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598522#M7187</link>
      <description>I think mod_ntlm (&lt;A href="http://modntlm.sourceforge.net/)" target="_blank"&gt;http://modntlm.sourceforge.net/)&lt;/A&gt; can do what you want.&lt;BR /&gt;&lt;BR /&gt;quote from the site: "NTLM is an authentication protocol used by Microsoft Internet Informations Server(tm) and Microsoft Internet Explorer(tm). While it is not really secure, it offers background authentication (the workstation logon credentials of users are passed through to the web server). This feature is widely used in intranets based on these Microsoft products."&lt;BR /&gt;&lt;BR /&gt;You still need to maintain a list of users that are allowed to access the website, but these users no longer need to type a username / password anymore.&lt;BR /&gt;&lt;BR /&gt;According to the project page it still needs to be ported to vms though.</description>
      <pubDate>Mon, 22 Aug 2005 11:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/authentification-on-a-webserver-on-vms-from-windows/m-p/3598522#M7187</guid>
      <dc:creator>W. van den Barselaar</dc:creator>
      <dc:date>2005-08-22T11:45:06Z</dc:date>
    </item>
  </channel>
</rss>

