<?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 User Priviledges in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975355#M75899</link>
    <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I'm new a VMS cluster, and we are about to have a security audit.&lt;BR /&gt;&lt;BR /&gt;What I'm looking for is a simple way to list users that have a specific priviledge.  I don't seem to be able to see how to achieve this.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
    <pubDate>Tue, 25 Apr 2006 06:33:58 GMT</pubDate>
    <dc:creator>Andrew Moody_1</dc:creator>
    <dc:date>2006-04-25T06:33:58Z</dc:date>
    <item>
      <title>User Priviledges</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975355#M75899</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I'm new a VMS cluster, and we are about to have a security audit.&lt;BR /&gt;&lt;BR /&gt;What I'm looking for is a simple way to list users that have a specific priviledge.  I don't seem to be able to see how to achieve this.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 25 Apr 2006 06:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975355#M75899</guid>
      <dc:creator>Andrew Moody_1</dc:creator>
      <dc:date>2006-04-25T06:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: User Priviledges</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975356#M75900</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;assuming you have no special utilities (like GETUAF, or some security package) at your disposal, one way to do this using only native VMS utilities is&lt;BR /&gt;(if SYSUAF logical not defined then $ SET DEFAULT SYS$SYSTEM first)&lt;BR /&gt;$ MCR AUTHORIZE LIST * &lt;BR /&gt;# SEARCH SYSUAF.LIS "Username:", &lt;THE exact="" spelling="" of="" the="" priv="" you="" are="" interested="" in=""&gt; /OUTPUT=SYS$LOGIN:SYSUAF.PRIV&lt;BR /&gt;&lt;BR /&gt;Any username immediately preceeding the listed priv in SYSUAF.PRIV is one sought for.&lt;BR /&gt;&lt;BR /&gt;If you have many non-priv'd users, you can easily EDIT those out of the list.&lt;BR /&gt;Mind, in the occasions where a username holds a the priv both "Authorized" AND "Default", it will be listed twice under that username.&lt;BR /&gt;&lt;BR /&gt;Note also, that several utilities are available to get the info in one pass, and if this is a regular excersise, it might be rewarding to get one of those. For a one-time inventory, the above will do well enough.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me (maybe in May in Nashua?)&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/THE&gt;</description>
      <pubDate>Tue, 25 Apr 2006 07:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975356#M75900</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-04-25T07:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: User Priviledges</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975357#M75901</link>
      <description>I use SCANUAF&lt;BR /&gt;&lt;A href="ftp://ftp.process.com/vms-freeware/fileserv/scanuaf.zip" target="_blank"&gt;ftp://ftp.process.com/vms-freeware/fileserv/scanuaf.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This also works&lt;BR /&gt;&lt;A href="ftp://ftp.process.com/vms-freeware/fileserv/uaf.zip" target="_blank"&gt;ftp://ftp.process.com/vms-freeware/fileserv/uaf.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2006 07:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975357#M75901</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-04-25T07:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: User Priviledges</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975358#M75902</link>
      <description>Jan wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;$ MCR AUTHORIZE LIST *&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Put a /FULL in there to get a verbose listing of all accounts, else you get a list with one line per account and only a privilege group.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Tue, 25 Apr 2006 07:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975358#M75902</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-04-25T07:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: User Priviledges</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975359#M75903</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;I concur, if the auditor is familiar with OpenVMS, he will be most comfortable with the standard listing from AUTHORIZE (do not be surprised if he wants to witness it or run it himself).&lt;BR /&gt;&lt;BR /&gt;As preparation for the audit, consider the fact that large numbers of privileged users are a "Red Flag" on a security audit. Be prepared to provide an explanation of each privileged user and their privileges, it will demonstrate that you are alert to the issues.&lt;BR /&gt;&lt;BR /&gt;Consider reducing the number of privileged accounts. I have had great success limiting the number of privileged users at my client's installations, and it makes security (and other) audits far simpler. See my presentation from HPWORLD 2004 at &lt;A href="http://www.rlgsc.com/hpworld/2004/N227.html" target="_blank"&gt;http://www.rlgsc.com/hpworld/2004/N227.html&lt;/A&gt; and my "OpenVMS Security" chapter in the Handbook of Information Security, abstract and brochure at &lt;A href="http://www.rlgsc.com/hinfosec/hinfosec.html" target="_blank"&gt;http://www.rlgsc.com/hinfosec/hinfosec.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&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>Tue, 25 Apr 2006 08:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975359#M75903</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-04-25T08:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: User Priviledges</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975360#M75904</link>
      <description>&lt;BR /&gt;Cheers Guys&lt;BR /&gt;&lt;BR /&gt;Just really digging around at the moment, I'm jointly responsible for a HP-UX and OpenVMS environments and I'm much more familiar (by a matter of months) with the UX stuff.&lt;BR /&gt;&lt;BR /&gt;I've found the information I was looking for thanks to your help so I'm closing the thread.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 25 Apr 2006 08:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975360#M75904</guid>
      <dc:creator>Andrew Moody_1</dc:creator>
      <dc:date>2006-04-25T08:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: User Priviledges</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975361#M75905</link>
      <description>closed</description>
      <pubDate>Tue, 25 Apr 2006 08:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975361#M75905</guid>
      <dc:creator>Andrew Moody_1</dc:creator>
      <dc:date>2006-04-25T08:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: User Priviledges</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975362#M75906</link>
      <description>If you want a similar tool for both unix and vms environments then have a look at the vms_check tool &lt;BR /&gt;Phil &lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.html&lt;/A&gt;</description>
      <pubDate>Wed, 26 Apr 2006 22:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/user-priviledges/m-p/4975362#M75906</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2006-04-26T22:31:04Z</dc:date>
    </item>
  </channel>
</rss>

