<?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: openVMS minimum password duration in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879190#M29761</link>
    <description>Interesting demand.  Yes, you can create your own interface, but it would be very customized for that site and difficult to maintain.&lt;BR /&gt;&lt;BR /&gt;We know that you can lock a password. Assuming the user is unprivileged, you could use a com procedure that creates an account, and locks the password. It could also create another com procedures, of just a few lines, that will unlock it after the duration.&lt;BR /&gt;&lt;BR /&gt;I suspect you are trying to prevent people from setting it back. As someone just mentioned, the password history prevents that, so you may not need any solution??&lt;BR /&gt;&lt;BR /&gt;Best of luck.</description>
    <pubDate>Tue, 31 Oct 2006 07:21:55 GMT</pubDate>
    <dc:creator>comarow</dc:creator>
    <dc:date>2006-10-31T07:21:55Z</dc:date>
    <item>
      <title>openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879179#M29750</link>
      <description>Is it possible to implement a "minimum lifetime" for passwords ?&lt;BR /&gt;We would like to unable a password change during at least 15 days after its creation.</description>
      <pubDate>Thu, 12 Oct 2006 09:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879179#M29750</guid>
      <dc:creator>hirschi</dc:creator>
      <dc:date>2006-10-12T09:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879180#M29751</link>
      <description>I know of no standard VMS solution for this.&lt;BR /&gt;Of course you could modify the dcltables and call your own image instead of SETP0, check for the password change (this is stored in UAF record) and issue an error message or call SETP0.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 12 Oct 2006 10:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879180#M29751</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-10-12T10:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879181#M29752</link>
      <description>Thanks Karl.&lt;BR /&gt;Do you know where we could find password rules in HP documentation ?&lt;BR /&gt;We would need official documentation to provide evidence of this lack of fonctionality for a security audit ...</description>
      <pubDate>Thu, 12 Oct 2006 10:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879181#M29752</guid>
      <dc:creator>hirschi</dc:creator>
      <dc:date>2006-10-12T10:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879182#M29753</link>
      <description>Check the standard VMS docs, e.g. here:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/os83_index.html." target="_blank"&gt;http://h71000.www7.hp.com/doc/os83_index.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Esp. the System Managers Essentials and the Guide to System Security.&lt;BR /&gt;&lt;BR /&gt;Some thought about this can be read here:&lt;BR /&gt;&lt;A href="http://www.osdata.com/holistic/security/security.htm#OpenVMSsecurity" target="_blank"&gt;http://www.osdata.com/holistic/security/security.htm#OpenVMSsecurity&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To prevent user to use old password again (by changing it several times), VMS keeps a history of used password (can be disabled on a per user basis).&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 12 Oct 2006 10:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879182#M29753</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-10-12T10:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879183#M29754</link>
      <description>"Do you know where we could find password rules in HP documentation ?"&lt;BR /&gt;&lt;BR /&gt;In the system security manual. One might also ask, "in what way does preventing you from changing your password increase security?"</description>
      <pubDate>Thu, 12 Oct 2006 10:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879183#M29754</guid>
      <dc:creator>Richard Brodie_1</dc:creator>
      <dc:date>2006-10-12T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879184#M29755</link>
      <description>There is an ability to implement any password rules you want, over and above the default OpenVMS ones.  I do this to enforce intitutional rules.&lt;BR /&gt;&lt;BR /&gt;Using the same API hooks (documented in manuals), I would assume you should be able to collect the last password reset date from the UAF with a system service call and then do the math and deny the new password.&lt;BR /&gt;&lt;BR /&gt;I have not done this, but the hooks all seem to be there to my mind. (consider the source ! :)&lt;BR /&gt;&lt;BR /&gt;I don't recall where the exact docs are located, but a key word to look for is "VMS$Password_Policy".  It is triggered by setting the SysGen parameter: Load_PWD_Policy.&lt;BR /&gt;&lt;BR /&gt;rick</description>
      <pubDate>Fri, 13 Oct 2006 08:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879184#M29755</guid>
      <dc:creator>Rick Dyson</dc:creator>
      <dc:date>2006-10-13T08:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879185#M29756</link>
      <description>additonal password requirements can be enforced  by implementing a site specific password policy as described here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/5841/5841pro_091.html#create_share_image_sec" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/5841/5841pro_091.html#create_share_image_sec&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2006 08:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879185#M29756</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-10-13T08:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879186#M29757</link>
      <description>Time to revive this thread.&lt;BR /&gt;Browsing through my collection of undocumented features, I stumbled over the LGI$PASSWORD_NOCHANGE_DAYS logical name.&lt;BR /&gt;The equivalence should be numeric; the value sets the minimum time (in days) to change the password.&lt;BR /&gt;E.g.:&lt;BR /&gt;$ DEFINE/SYS/EXEC LGI$PASSWORD_NOCHANGE_DAYS 5&lt;BR /&gt;$ SET PASSWORD !1st time OK&lt;BR /&gt;Old password:&lt;BR /&gt;New password:&lt;BR /&gt;Verification:&lt;BR /&gt;$ SET PASSWORD !2nd time refused&lt;BR /&gt;Old password:&lt;BR /&gt;New password:&lt;BR /&gt;Verification:&lt;BR /&gt;%SET-F-PWDLOCKED, password is locked to prevent change&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2006 03:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879186#M29757</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2006-10-25T03:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879187#M29758</link>
      <description>Note that Kris uses an undocumented and thus unsupported feature. IMO they should not exist and be supported or not be tehre at all.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 25 Oct 2006 03:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879187#M29758</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-10-25T03:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879188#M29759</link>
      <description>&lt;BR /&gt;If you would like to create a site specific password policy then also check the following thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=866372" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=866372&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It contains examples for various people in various programming languages that show how to create a shareable image for this purpose.</description>
      <pubDate>Wed, 25 Oct 2006 05:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879188#M29759</guid>
      <dc:creator>Dave Laurier</dc:creator>
      <dc:date>2006-10-25T05:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879189#M29760</link>
      <description>Looks like Kris has the answer.&lt;BR /&gt;&lt;BR /&gt;But it also looks like Engeneering should (and easily could!) document this feature.&lt;BR /&gt;&lt;BR /&gt;Although personally I always question WHY one would want to, but I _HAVE_ seen this demand before ( by rule-making auditors without real-life experience, nor any thinking capability, I assume ) and IF you run into such demand, it will be sooo much easier to just be able to comply...&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 25 Oct 2006 06:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879189#M29760</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-10-25T06:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: openVMS minimum password duration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879190#M29761</link>
      <description>Interesting demand.  Yes, you can create your own interface, but it would be very customized for that site and difficult to maintain.&lt;BR /&gt;&lt;BR /&gt;We know that you can lock a password. Assuming the user is unprivileged, you could use a com procedure that creates an account, and locks the password. It could also create another com procedures, of just a few lines, that will unlock it after the duration.&lt;BR /&gt;&lt;BR /&gt;I suspect you are trying to prevent people from setting it back. As someone just mentioned, the password history prevents that, so you may not need any solution??&lt;BR /&gt;&lt;BR /&gt;Best of luck.</description>
      <pubDate>Tue, 31 Oct 2006 07:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-minimum-password-duration/m-p/3879190#M29761</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2006-10-31T07:21:55Z</dc:date>
    </item>
  </channel>
</rss>

