<?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: Help with user access in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953327#M82040</link>
    <description>See the System Manager's Manual at &lt;A href="http://h71000.www7.hp.com/doc/" target="_blank"&gt;http://h71000.www7.hp.com/doc/&lt;/A&gt; to begin with.  The Doc set an be overwhelming, but dive in.  &lt;A href="http://www.openvms.org/pages.php?page=Books" target="_blank"&gt;http://www.openvms.org/pages.php?page=Books&lt;/A&gt; has some suggested reading.&lt;BR /&gt;&lt;BR /&gt;Welcome to the deep end of the pool.  Depending on your location, you may want to consider swimming lessons, some of the people here are available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
    <pubDate>Wed, 28 Feb 2007 18:51:51 GMT</pubDate>
    <dc:creator>Andy Bustamante</dc:creator>
    <dc:date>2007-02-28T18:51:51Z</dc:date>
    <item>
      <title>Help with user access</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953322#M82035</link>
      <description>I have been given the task of administrating Openvms for the next 6 months.  I need to give a couple users access to a group.  I have no experience with this yet. Can someone please explain how to find the group and grant access?  Thanks for any help!</description>
      <pubDate>Wed, 28 Feb 2007 16:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953322#M82035</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2007-02-28T16:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with user access</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953323#M82036</link>
      <description>If there are already other users with access to this group, have a look and see how they have been given that access. &lt;BR /&gt;A well setup system will probably have rights IDs for each group, and ACL's allowing access by holders of selected rights IDs. &lt;BR /&gt;Find some files that existing group members can access, and do &lt;BR /&gt;$ dir/security &lt;BR /&gt;then go look at the user record in the UAF, do a &lt;BR /&gt;UAF&amp;gt; show 'user' /rights&lt;BR /&gt;Check if there are any identifiers that match entries in the file ACLs.&lt;BR /&gt;There are other ways to do it, for example, changing the users UICs to match the others in the group, but that is a less modern approach.&lt;BR /&gt;JT:</description>
      <pubDate>Wed, 28 Feb 2007 17:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953323#M82036</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2007-02-28T17:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with user access</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953324#M82037</link>
      <description>Is there a way to list all the groups?</description>
      <pubDate>Wed, 28 Feb 2007 17:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953324#M82037</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2007-02-28T17:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with user access</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953325#M82038</link>
      <description>&lt;!--!*#--&gt;UAF&amp;gt; sho/rights/user=*&lt;BR /&gt;To give you an example of what I am talking about, see the following. &lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; sho/rights/user=*&lt;BR /&gt;Identifier                         Value           Attributes&lt;BR /&gt;Identifiers held by FRED :&lt;BR /&gt;  GROUP_1                 %X80010003&lt;BR /&gt;Identifiers held by JOE :&lt;BR /&gt;  GROUP_2                 %X80010004&lt;BR /&gt;&lt;BR /&gt;Directory/security disk$user:[group]dummy.dat&lt;BR /&gt;                     [SYSTEM]                         (RWED,RWED,,)&lt;BR /&gt;(IDENTIFIER=[GROUP_1],ACCESS=READ)&lt;BR /&gt;(IDENTIFIER=[GROUP_2],ACCESS=READ+WRITE+DELETE+CONTROL)&lt;BR /&gt;&lt;BR /&gt;What this says is that FRED, in group 1 only has read access to this file, but JOE can do pretty much anything.</description>
      <pubDate>Wed, 28 Feb 2007 17:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953325#M82038</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2007-02-28T17:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with user access</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953326#M82039</link>
      <description>Thanks for your help.</description>
      <pubDate>Wed, 28 Feb 2007 18:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953326#M82039</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2007-02-28T18:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with user access</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953327#M82040</link>
      <description>See the System Manager's Manual at &lt;A href="http://h71000.www7.hp.com/doc/" target="_blank"&gt;http://h71000.www7.hp.com/doc/&lt;/A&gt; to begin with.  The Doc set an be overwhelming, but dive in.  &lt;A href="http://www.openvms.org/pages.php?page=Books" target="_blank"&gt;http://www.openvms.org/pages.php?page=Books&lt;/A&gt; has some suggested reading.&lt;BR /&gt;&lt;BR /&gt;Welcome to the deep end of the pool.  Depending on your location, you may want to consider swimming lessons, some of the people here are available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 28 Feb 2007 18:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953327#M82040</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2007-02-28T18:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with user access</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953328#M82041</link>
      <description>Welcome to the world of VMS system management.&lt;BR /&gt;&lt;BR /&gt;From your description of the problem, it sounds like you are using the term group in the Windows meaning.  As others have stated, VMS uses identifiers for this purpose.&lt;BR /&gt;&lt;BR /&gt;When you read the VMS documentation, you will see references to UIC (User Identification Code), which is a pair of values, a group and member.  The UIC group is different than the general identifier.&lt;BR /&gt;&lt;BR /&gt;You asked how to get a list of all the groups.  If you want a list of all the identifiers, you can issue the following command (from privileged account):&lt;BR /&gt;&lt;BR /&gt;$ pipe mcr authorize show /id * /br | search/nowin sys$input "%"&lt;BR /&gt;&lt;BR /&gt;If you want to determine the UIC groups that exist, this is one way to get them.&lt;BR /&gt;&lt;BR /&gt;$ mcr authorize list [*,*]/br ! this creates sysuaf.lis in UIC order.&lt;BR /&gt;$ sort sysuaf.lis; /key=(pos:34,siz:8)/nodup sysuaf.grp&lt;BR /&gt;&lt;BR /&gt;The syauaf.grp file will have a single member from each group, listed under the "UIC" heading.  The numeric UIC's look like [1,4], this is Group 1, Member 4 and that will generally be the UIC associated with the SYSTEM username.&lt;BR /&gt;&lt;BR /&gt;Member numbers are within a group, so [1,4] is not the same member as [2,4].&lt;BR /&gt;&lt;BR /&gt;Usernames are unique.  Each username is assigned a single UIC, however it is possible, to create multiple usernames with the same UIC.  Doing so is not recommended, since identifiers are granted to UICs, not to usernames.  It may appear that you are granting to a USERNAME, but you are granting to a UIC that has a name that just happens to be the USERNAME by default.  The only time you should ever crate more than one USERNAME with the same UIC, is if you want the USERNAMEs to be treated as once from a security point of view.&lt;BR /&gt;&lt;BR /&gt;Hopefully you have an old system you can play with, where you can try things without worrying that you will make a mistake.  There is no substitute for hands on doing, at least that is the way I learn most effectively.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2007 23:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/help-with-user-access/m-p/3953328#M82041</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-02-28T23:19:40Z</dc:date>
    </item>
  </channel>
</rss>

