<?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 VMS Account in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605971#M7419</link>
    <description>Greetings,&lt;BR /&gt;I would like to know on how do you modify a 3 characters VMS account to a 7 characters VMS account and have the UIC reflect the changes as well.  For an example:&lt;BR /&gt;Username: IJD                              Owner:  Ian J. Derringer&lt;BR /&gt;Account:  63                               UIC:    [50,101] ([IJD])&lt;BR /&gt;CLI:      DCL                              Tables: DCLTABLES&lt;BR /&gt;Default:  DISK5:[USER.IJD]&lt;BR /&gt;LGICMD:   LOGIN&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Ian D.</description>
    <pubDate>Wed, 17 Aug 2005 13:50:42 GMT</pubDate>
    <dc:creator>Ian Derringer</dc:creator>
    <dc:date>2005-08-17T13:50:42Z</dc:date>
    <item>
      <title>VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605971#M7419</link>
      <description>Greetings,&lt;BR /&gt;I would like to know on how do you modify a 3 characters VMS account to a 7 characters VMS account and have the UIC reflect the changes as well.  For an example:&lt;BR /&gt;Username: IJD                              Owner:  Ian J. Derringer&lt;BR /&gt;Account:  63                               UIC:    [50,101] ([IJD])&lt;BR /&gt;CLI:      DCL                              Tables: DCLTABLES&lt;BR /&gt;Default:  DISK5:[USER.IJD]&lt;BR /&gt;LGICMD:   LOGIN&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Ian D.</description>
      <pubDate>Wed, 17 Aug 2005 13:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605971#M7419</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-08-17T13:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605972#M7420</link>
      <description>Use the following Authorize Command:&lt;BR /&gt;&lt;BR /&gt;MODIFY/MODIFY_IDENTIFER IJD IJDERRINGER&lt;BR /&gt;&lt;BR /&gt;This will update the identifier as well as the account.&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 17 Aug 2005 13:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605972#M7420</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2005-08-17T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605973#M7421</link>
      <description>Usernames and Identifiers are PRIMARY KEYS in INDEXED files and as such can not be modified. So you can not use UAF&amp;gt; MODIFY for the username, but need to use UAF&amp;gt; COPY old new. And for the idendifier you need UAF&amp;gt; ADD /IDEN new /VAL=old-id (generating duplicate value messages.&lt;BR /&gt;&lt;BR /&gt;I would use a DCL or perl script to generate a list of those UAF commands with tweaks /like /DEFDIR=[user.new].&lt;BR /&gt;I would have that list also include a 'MODI old/DISUSER' and generate a seperate list with 'DELE old' commands to be executed later when all is well.&lt;BR /&gt;&lt;BR /&gt;I would CONVERT/FDL/FAST/STAT after the bulk COPY/ADD and after the DELE at some future time.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 14:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605973#M7421</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-08-17T14:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605974#M7422</link>
      <description>Ooops, I may have read to quick. I saw the 3 char usernam and though that needed to be modified as well as the account.&lt;BR /&gt;&lt;BR /&gt;MODI/MODI (the default anyway) is a good thing to read up on.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 14:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605974#M7422</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-08-17T14:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605975#M7423</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;Maybe some confusion here because "Account" in VMS is *not* the same as "Username". The Account for this user is 63. The Identifier IJD has been established for uic [50,101] and there is no group identifier for [50,*] so the alpha uic just shows [IJD].&lt;BR /&gt;&lt;BR /&gt;If you mean you want to change the username to 7 characters and have the identifier changed too, then the MODI/MODI will do that.&lt;BR /&gt;&lt;BR /&gt;If you intend to have more than one person per group, you might want to establish an identifier for group 50, too:&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; ADD /IDENT groupname /VALUE=UIC:[50,*]&lt;BR /&gt;&lt;BR /&gt;where groupname is whatever you want to call group 50. It's good to keep all group names unique and different from usernames.&lt;BR /&gt;&lt;BR /&gt;p.s.: Phillip Thayer wasn't a bit confused and should get the 10 points.</description>
      <pubDate>Wed, 17 Aug 2005 16:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605975#M7423</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-08-17T16:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605976#M7424</link>
      <description>You guys lost me )-:&lt;BR /&gt;This is what I did so far;&lt;BR /&gt;1. uaf copy IJD IDERRINGER&lt;BR /&gt;2. I need to make the UIC looking like this UIC:    [50,101] ([IDERRINGER])&lt;BR /&gt;NOT UIC: [50,101] ([IJD])&lt;BR /&gt;&lt;BR /&gt;I done this once before but for the life of me, I'm can't seem to remember the command.&lt;BR /&gt;&lt;BR /&gt;Help!!&lt;BR /&gt;&lt;BR /&gt;Thanks, guys!&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Wed, 17 Aug 2005 16:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605976#M7424</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-08-17T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605977#M7425</link>
      <description>No. Delete the new account and use the command Phillip gave you.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 16:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605977#M7425</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-08-17T16:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605978#M7426</link>
      <description>Sorry, Ian. To not confuse you any more, it's:&lt;BR /&gt;&lt;BR /&gt;REMOVE IDERRINGER&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 16:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605978#M7426</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-08-17T16:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605979#M7427</link>
      <description>Okay, now that you're really confused;-) the MODI/MODI won't do what you want. Instead, use:&lt;BR /&gt;&lt;BR /&gt;RENAME/MODIF IJD IDERRINGER&lt;BR /&gt;&lt;BR /&gt;instead.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 16:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605979#M7427</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-08-17T16:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605980#M7428</link>
      <description>Opps.  My bad there.  It should be:&lt;BR /&gt;&lt;BR /&gt;RENAME/MODIFY_IDENT IJD IJDERRINGER&lt;BR /&gt;&lt;BR /&gt;Sorry about that one.&lt;BR /&gt;&lt;BR /&gt;Phillip</description>
      <pubDate>Wed, 17 Aug 2005 18:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605980#M7428</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2005-08-17T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605981#M7429</link>
      <description>Is there a command for copy IJD to IDERRINGER and still keep the original IJD account intact? Can I use this command COPY/MODIFY_IDENT IJD IJDERRINGER??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ian</description>
      <pubDate>Wed, 17 Aug 2005 23:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605981#M7429</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-08-17T23:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605982#M7430</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;Is the following what you are trying to achieve?&lt;BR /&gt;&lt;BR /&gt;This first bit is just setting up an account...&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; copy dsneddon test1/uic=[10,10]&lt;BR /&gt;%UAF-I-COPMSG, user record copied&lt;BR /&gt;%UAF-W-DEFPWD, copied or renamed records must receive new password&lt;BR /&gt;%UAF-I-RDBADDMSGU, identifier TEST1 value [000010,000010] added to rights databa&lt;BR /&gt;se&lt;BR /&gt;&lt;BR /&gt;This is what it looks like...&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; show test1&lt;BR /&gt;&lt;BR /&gt;Username: TEST1                            Owner:  David B Sneddon&lt;BR /&gt;Account:  SYSPROG                          UIC:    [10,10] ([TEST1])&lt;BR /&gt;&lt;BR /&gt;Now we rename it (what you seem to be wanting to do)&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; rename test1 test2&lt;BR /&gt;%UAF-I-RENMSG, user record renamed&lt;BR /&gt;%UAF-W-DEFPWD, copied or renamed records must receive new password&lt;BR /&gt;%UAF-I-RDBMDFYMSG, identifier TEST1 modified&lt;BR /&gt;&lt;BR /&gt;And now look at the new one...&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; show test2&lt;BR /&gt;&lt;BR /&gt;Username: TEST2                            Owner:  David B Sneddon&lt;BR /&gt;Account:  SYSPROG                          UIC:    [10,10] ([TEST2])&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 23:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605982#M7430</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-08-17T23:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605983#M7431</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;Phillip is correct. The best way to do this is the RENAME/MODIFY_IDENTIFIER command within AUTHORIZE.&lt;BR /&gt;&lt;BR /&gt;Watch out for the password change feature. At the end of the HELP text displayed by AUTHORIZE is the admonition:&lt;BR /&gt;&lt;BR /&gt;  "When you create a new UAF record with the RENAME command, you must specify a password"&lt;BR /&gt;&lt;BR /&gt;I hope that this clears things up.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 18 Aug 2005 00:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605983#M7431</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-08-18T00:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605984#M7432</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;If you want to change the username but leave the existing Identifier, the RENAME command with the /MODIFY_IDENTIFIER qualifier omitted or negated would be your choice. Check the HELP text within AUTHORIZE for the whole story.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 18 Aug 2005 07:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605984#M7432</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-08-18T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605985#M7433</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;From the UAF&amp;gt; prompt, enter HELP and then enter the command from the list that you want help on and help will tell you if there is additional help available.&lt;BR /&gt;&lt;BR /&gt;There is no COPY/MODIFY.&lt;BR /&gt;&lt;BR /&gt;If you look at COPY /ADD_IDENT you will see that /ADD is the default, meaning you don't need to specify it if that's the action you want.&lt;BR /&gt;&lt;BR /&gt;Now, the username identifier is associated with the uic. If different users share uic numbers, the first one added to the system will own that association (unless you change it). &lt;BR /&gt;&lt;BR /&gt;If you want to create a new user named IDERRINGER that has all of the settings of IJD but with its own identifier, you will need a unique UIC for IDERRINGER (and a new password).&lt;BR /&gt;&lt;BR /&gt;Use:&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; show * /brief&lt;BR /&gt;&lt;BR /&gt;to list the users and see the UIC's that are assigned. Pick one that isn't assigned and use it for IDERRINGER.&lt;BR /&gt;&lt;BR /&gt;example assuming uic [50,102] is unused:&lt;BR /&gt;&lt;BR /&gt;COPY IJD IDERRINGER/UIC=[50,102]/PASS=passwd&lt;BR /&gt;&lt;BR /&gt;I think most of us were confused because you said you wanted to modify the account.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Aug 2005 10:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605985#M7433</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-08-18T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605986#M7434</link>
      <description>Yes, you guys are correct.  My questions were not very clear.  All I want to do is copy from an existing VMS account with 3 characters to a full 7 characters account and still be sharing the same UIC/identifier.  I would still like to leave the original account remain intact.  Therefore, the user will now be using the 7 characters account instead the 3 characters and their permission still intact.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone for your feedback on this subject.&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Thu, 18 Aug 2005 12:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605986#M7434</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-08-18T12:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605987#M7435</link>
      <description>Ian: Sounds like you want a new 7 character username which uses the same UIC.&lt;BR /&gt;COPY IJD IJDERRI/PASS=password&lt;BR /&gt;The user would have access to the same account through the new username. You wish to retain the old username.&lt;BR /&gt;NOTE: This is not two accounts. &lt;BR /&gt;Lawrence</description>
      <pubDate>Thu, 18 Aug 2005 15:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605987#M7435</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-08-18T15:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605988#M7436</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;If as you said:&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;I need to make the UIC looking like this UIC: [50,101] ([IDERRINGER])&lt;BR /&gt;NOT UIC: [50,101] ([IJD])&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;then after doing the copy you will need to:&lt;BR /&gt;&lt;BR /&gt;RENAME /IDENT IJD IDERRINGER&lt;BR /&gt;&lt;BR /&gt;because you didn't change the UIC.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Aug 2005 16:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605988#M7436</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-08-18T16:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Account</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605989#M7437</link>
      <description>Great.  I will give it a try and let you all know the result.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone!&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Thu, 18 Aug 2005 22:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-account/m-p/3605989#M7437</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-08-18T22:01:06Z</dc:date>
    </item>
  </channel>
</rss>

