<?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 WEB change password utility in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420518#M29282</link>
    <description>I've been searching for a WEB based change password for OpneVMS alpha users to use. I found an old app called "change_password.exe", but I have believe there is something available either with the latest Apache or Java I've installed on my server.  Does anyone know of a utility out there?</description>
    <pubDate>Thu, 11 Nov 2004 12:39:58 GMT</pubDate>
    <dc:creator>John Donovan_4</dc:creator>
    <dc:date>2004-11-11T12:39:58Z</dc:date>
    <item>
      <title>WEB change password utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420518#M29282</link>
      <description>I've been searching for a WEB based change password for OpneVMS alpha users to use. I found an old app called "change_password.exe", but I have believe there is something available either with the latest Apache or Java I've installed on my server.  Does anyone know of a utility out there?</description>
      <pubDate>Thu, 11 Nov 2004 12:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420518#M29282</guid>
      <dc:creator>John Donovan_4</dc:creator>
      <dc:date>2004-11-11T12:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: WEB change password utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420519#M29283</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;  If you can't find an off-the-shelf solution, you can roll your own fairly easily. Apache has a cgi-bin, which supports DCL (see examples in APACHE$ROOT:[CGI-BIN]). The biggest issue would be getting the process into the context of your user. However, for your particular case, that's easier than usual, as you will have the username and password.&lt;BR /&gt; &lt;BR /&gt;  A quick and simple way might be to use a DECnet task to the local node:&lt;BR /&gt;&lt;BR /&gt;$ OPEN/READ/WRITE task 0"''user' ''pass'"::"0=SETPASS"&lt;BR /&gt;&lt;BR /&gt;where SETPASS.COM could execute your change_password image. This also gives you a very simple mechanism for testing the old password (ie: you can't get into the process to change the password unless the network login is successful, and you'll get full auditing and intrusion detection for free).&lt;BR /&gt;&lt;BR /&gt;Beware though, your usernames and passwords will be traversing the network in clear text. Make sure this is consistent with your security policies.</description>
      <pubDate>Thu, 11 Nov 2004 15:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420519#M29283</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-11-11T15:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: WEB change password utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420520#M29284</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;based on the work of Richard Levitte and Tom Wade, I implemented a change_password.exe.&lt;BR /&gt;&lt;BR /&gt;It does almost everything I could think of to make it reasonably safe, i.e.&lt;BR /&gt;&lt;BR /&gt;- scan the intrusion database, and also update it in case of a breakin attempt,&lt;BR /&gt;- scan the password history and dictionary,  if this is not disabled in the user's account,&lt;BR /&gt;- optionally, inhibit changing the password of a member of the system groups,&lt;BR /&gt;- optionally, only change password for accounts that hold a particular identifier,&lt;BR /&gt;- optionally, restrict password changes to accounts that only have network access enabled,&lt;BR /&gt;- generate the password if the account is set up to it.&lt;BR /&gt;&lt;BR /&gt;The downside to all of this is that the program needs SYSPRV and SECURITY privilege, and (for use with a web server) probably needs to be installed with those, or suexec'd (which I haven't yet tried).&lt;BR /&gt;&lt;BR /&gt;I haven't yet implemented interfacing to site-specific policies, and updating the password history.&lt;BR /&gt;&lt;BR /&gt;It's not yet really polished for publication, but it is (quite unusually ;-) heavily commented C code.&lt;BR /&gt;&lt;BR /&gt;If you want to give it a try, you can download it from &lt;A href="http://www.pdv-systeme.de/users/martinv/cpw.zip" target="_blank"&gt;http://www.pdv-systeme.de/users/martinv/cpw.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;BTW: I know all of this could now be implemented easier, but this was meant to run under VMS 6.2...&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Nov 2004 06:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420520#M29284</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2004-11-13T06:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: WEB change password utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420521#M29285</link>
      <description>Almost everything I run into is created for OSU HTTP server, but I'm using Apache/2.0.47 (OpenVMS) mod_ssl/2.0.47 OpenSSL/0.9.6g PHP/4.3.2.  I have incorporated the use of auth_openvms_module and the AuthUserOpenVMS directive. This is great but it as certain short coming.&lt;BR /&gt;&lt;BR /&gt;I'm interested in anything you can provide which will allow checking an OpenVMS user account upon their attachment to the secured WEB page.&lt;BR /&gt;I would like to be able to provide the following functionalities:&lt;BR /&gt;1.) If password expired then prompt for new password&lt;BR /&gt;2.) If account is disusered disallow access&lt;BR /&gt;3.) If account is expired disallow access&lt;BR /&gt;&lt;BR /&gt;I take it SWS does NOT come with this capability?&lt;BR /&gt;Thanks,&lt;BR /&gt;jd</description>
      <pubDate>Fri, 20 May 2005 15:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420521#M29285</guid>
      <dc:creator>John Donovan_4</dc:creator>
      <dc:date>2005-05-20T15:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: WEB change password utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420522#M29286</link>
      <description>Martin Vorlaender wrote:&lt;BR /&gt;based on the work of Richard Levitte and Tom Wade, I implemented a change_password.exe.&lt;BR /&gt;&lt;BR /&gt;It does almost everything I could think of to make it reasonably safe, i.e.&lt;BR /&gt;&lt;BR /&gt;The downside to all of this is that the program needs SYSPRV and SECURITY privilege, and (for use with a web server) probably needs to be installed with those, or suexec'd (which I haven't yet tried).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check out the new SYS$ACM service, you can call it to change your password without any privileges.  I've got an example of it in &lt;A href="http://www.ecr6.ohio-state.edu/~jonesd/change_password.zip" target="_blank"&gt;http://www.ecr6.ohio-state.edu/~jonesd/change_password.zip&lt;/A&gt;</description>
      <pubDate>Sat, 18 Jun 2005 12:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420522#M29286</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-06-18T12:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: WEB change password utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420523#M29287</link>
      <description>On access request, username and expected rights are checked agains UAF and Rightlist (depending on what has been defined) and that will just return "Acces allowed" (returning the page requested) or "access denied", returning error page 401 (Authentication required). &lt;BR /&gt;If that page could be adjusted to obtain this information AND allow the user to change their password (using methods described by others) yÃ³u're done ;-) Beware though, that such a change is server-wide.&lt;BR /&gt;(I haven't tried this myself, but know it must be possible.</description>
      <pubDate>Mon, 20 Jun 2005 04:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420523#M29287</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-06-20T04:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: WEB change password utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420524#M29288</link>
      <description>David Jones wrote:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Check out the new SYS$ACM service, you can call it to change your password without any privileges.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Given that the CGI program runs in the web server user's context (typically APACHE$WWW for CSWS), SYS$ACM would require IMPERSONATE privilege to change another user's password.&lt;BR /&gt;&lt;BR /&gt;Besides, as I wrote, the program was designed to run under VMS 6.2, so it also doesn't take into account the PWDMIX flag.&lt;BR /&gt;&lt;BR /&gt;But thanks for the example program, and for the acm_wrapper functions. Anyone have a "Guide to ACME"? I find the description of the SYS$ACM service rather intimidating...&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2005 03:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420524#M29288</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-06-21T03:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: WEB change password utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420525#M29289</link>
      <description>Martin Volaender:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Given that the CGI program runs in the web server user's context (typically APACHE$WWW for CSWS), SYS$ACM would require IMPERSONATE privilege to change another user's password.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;I didn't provide a CGI script, just a part of one that demonstrates the SYS$ACM functions.  I use a configuration that allows 'captive' scripts to run in the user's persona (i.e. the IMPERSONATE is upstream of the CGI script).  Someone else mentioned using DECnet to get the right context.&lt;BR /&gt;&lt;BR /&gt;I think it will certain amount of effort for anyone to get the 'rhythm' of the novel $ACM API, no matter how good the documentation.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2005 08:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-change-password-utility/m-p/3420525#M29289</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-06-21T08:56:52Z</dc:date>
    </item>
  </channel>
</rss>

