<?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: How to Set Strong Password in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892624#M29765</link>
    <description>Actually this is request from security officer The Strong password is mean the password must be combination of alphanumeric for example if I create one user let say TEST the must password must be abc123 if not the user can't created .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Luthfi</description>
    <pubDate>Mon, 06 Nov 2006 06:05:15 GMT</pubDate>
    <dc:creator>Muhammad Luthfi</dc:creator>
    <dc:date>2006-11-06T06:05:15Z</dc:date>
    <item>
      <title>How to Set Strong Password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892621#M29762</link>
      <description>Hi All,&lt;BR /&gt;Could someone inform me how to set the Strong Password in OpenVMS ? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Luthfi</description>
      <pubDate>Sun, 05 Nov 2006 22:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892621#M29762</guid>
      <dc:creator>Muhammad Luthfi</dc:creator>
      <dc:date>2006-11-05T22:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set Strong Password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892622#M29763</link>
      <description>What do you mean by 'strong password'? VMS lets you specifiy a minimum passwordlength, pwdlifetimes, let you force the user to generated passwords, keeps a history to prevent reentering the same password and compares to a dictionary of forbidden passwords (which can be extended).&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Mon, 06 Nov 2006 00:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892622#M29763</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-11-06T00:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set Strong Password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892623#M29764</link>
      <description>And to complete what Kalle said, you can ask for 2 generated passwords, with a minimum length (8, 10 characters...) , for a sensitive account.&lt;BR /&gt;&lt;BR /&gt;The drawback is that, when it becomes too difficult, you should check to see if the customer has a post-it on his screen with the 2 passwords...&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Nov 2006 05:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892623#M29764</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-06T05:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set Strong Password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892624#M29765</link>
      <description>Actually this is request from security officer The Strong password is mean the password must be combination of alphanumeric for example if I create one user let say TEST the must password must be abc123 if not the user can't created .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Luthfi</description>
      <pubDate>Mon, 06 Nov 2006 06:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892624#M29765</guid>
      <dc:creator>Muhammad Luthfi</dc:creator>
      <dc:date>2006-11-06T06:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set Strong Password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892625#M29766</link>
      <description>Luthfi,&lt;BR /&gt;&lt;BR /&gt;you can specify the minimum-length for passwords and you can allow mixed case passwords, but the system manager can always override the rules, when creating or modifying a user account with AUTHORIZE. Only the users are bound by these rules, when they change their own passwords.&lt;BR /&gt;&lt;BR /&gt;If you want or need specific password rules, you would need to implement them via additional programming (using LGI callouts).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 06 Nov 2006 06:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892625#M29766</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-06T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set Strong Password</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892626#M29767</link>
      <description>You can also write a C program, link it, and call it vms$password_policy.exe in sys$share (I think). I found the directions in the docs somewhere. The commented out code I used during testing.&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;STARLET.H&gt;&lt;BR /&gt;#include &lt;DESCRIP.H&gt;&lt;BR /&gt;#include &lt;SSDEF.H&gt;&lt;BR /&gt;#include &lt;STR&gt;&lt;BR /&gt;#include string&lt;BR /&gt;#include ctype&lt;BR /&gt;&lt;BR /&gt;static $DESCRIPTOR(badpassword, "WAYTOOFAREASYNOW");&lt;BR /&gt;int policy_plaintext();&lt;BR /&gt;&lt;BR /&gt;/*&lt;BR /&gt;int main(argc,argv) {&lt;BR /&gt;char test[64];&lt;BR /&gt;struct dsc$descriptor try;&lt;BR /&gt;while(1) {&lt;BR /&gt;  printf("Enter password: ");&lt;BR /&gt;  gets((char *)&amp;amp;test);&lt;BR /&gt;  try.dsc$a_pointer = (char *)&amp;amp;test;&lt;BR /&gt;  try.dsc$w_length = strlen(test);&lt;BR /&gt;  if(policy_plaintext(&amp;amp;try,0) == SS$_PWDWEAK) printf("Not good\n");&lt;BR /&gt;  else printf("Ok!\n");&lt;BR /&gt;  }&lt;BR /&gt;}&lt;BR /&gt;*/&lt;BR /&gt;int policy_plaintext( struct dsc$descriptor *password,&lt;BR /&gt;                      struct dsc$descriptor *username )&lt;BR /&gt;{&lt;BR /&gt;char *str = password-&amp;gt;dsc$a_pointer;&lt;BR /&gt;int len = password-&amp;gt;dsc$w_length;&lt;BR /&gt;int i;&lt;BR /&gt;int ltr = 0;&lt;BR /&gt;int numb = 0;&lt;BR /&gt;int symb = 0;&lt;BR /&gt;for(i=0;i&lt;LEN&gt;&lt;/LEN&gt;  if(isalpha(str[i])) ltr = 1;&lt;BR /&gt;  else if(isdigit(str[i])) numb = 1;&lt;BR /&gt;  else if(ispunct(str[i])) symb = 1;&lt;BR /&gt;  }&lt;BR /&gt;if(ltr&amp;amp;numb&amp;amp;symb) return SS$_NORMAL;&lt;BR /&gt;return SS$_PWDWEAK;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;int policy_hash( int password[2], struct dsc$descriptor *username )&lt;BR /&gt;{&lt;BR /&gt;    return SS$_NORMAL;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/STR&gt;&lt;/SSDEF.H&gt;&lt;/DESCRIP.H&gt;&lt;/STARLET.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Mon, 06 Nov 2006 13:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-set-strong-password/m-p/3892626#M29767</guid>
      <dc:creator>Jeff Byrkit</dc:creator>
      <dc:date>2006-11-06T13:15:36Z</dc:date>
    </item>
  </channel>
</rss>

