<?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 find the users who have high privilege in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627545#M7834</link>
    <description>thanks Kalle&lt;BR /&gt;&lt;BR /&gt;but i donot know how to use it~&lt;BR /&gt;i'm a new system manager, even donot know how to install a software on VMS :p</description>
    <pubDate>Fri, 16 Sep 2005 02:52:04 GMT</pubDate>
    <dc:creator>Davor_7</dc:creator>
    <dc:date>2005-09-16T02:52:04Z</dc:date>
    <item>
      <title>how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627537#M7826</link>
      <description>for example, there are 100 users, some are OPER, some are SYSTEM, and some are others...&lt;BR /&gt;some are in same UIC group and some are different.&lt;BR /&gt;&lt;BR /&gt;i want to display all users who only have OPER privilege. how to handle with?</description>
      <pubDate>Fri, 16 Sep 2005 01:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627537#M7826</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-09-16T01:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627538#M7827</link>
      <description>Davor,&lt;BR /&gt;&lt;BR /&gt;I dont know any elegant solution. The fastest is to do: &lt;BR /&gt;&lt;BR /&gt;$ run authorize&lt;BR /&gt;UAF&amp;gt; list/full&lt;BR /&gt;UAF&amp;gt; exit&lt;BR /&gt;$ edit sysuaf.lis&lt;BR /&gt;&lt;BR /&gt;and use editor to find OPER.&lt;BR /&gt;The second is:&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; show * /page/search=OPER&lt;BR /&gt;&lt;BR /&gt;And scroll the whole listing. Lines with OPER string are highlited .&lt;BR /&gt;&lt;BR /&gt;The first solution is faster and more practical to use.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Fri, 16 Sep 2005 02:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627538#M7827</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-09-16T02:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627539#M7828</link>
      <description>Most likely there are some utilities out there, but it can be done with a little manual work, too. For example:&lt;BR /&gt;&lt;BR /&gt;AUTHORIZE&amp;gt; list/full&lt;BR /&gt;&lt;BR /&gt;$ search SYSUAF.LIS "username:","oper"&lt;BR /&gt;&lt;BR /&gt;It will find all usernames and below each username you will see if there is any string "OPER". I admit that is rather primitive, but sometimes it is not possible to find a tool or install it on a system and I beleive that's better than going over the full list.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For UIC groups you can try this:&lt;BR /&gt;AUTHORIZE&amp;gt; show /brief [123,*]&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 02:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627539#M7828</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-16T02:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627540#M7829</link>
      <description>Hm, of course the prompt is "UAF&amp;gt;".&lt;BR /&gt;I should have used a larger cup of coffee this morning...</description>
      <pubDate>Fri, 16 Sep 2005 02:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627540#M7829</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-16T02:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627541#M7830</link>
      <description>I use a little utility SCANUAF for these things:&lt;BR /&gt;&lt;BR /&gt;SAP01_Rohwedder. scanuaf&lt;BR /&gt;SCANUAF&amp;gt; priv=oper&lt;BR /&gt;&lt;BR /&gt;===========&lt;BR /&gt;Node: LOCAL&lt;BR /&gt;===========&lt;BR /&gt;Username: xxxxxxxx&lt;BR /&gt;Username: xxxxxxxx&lt;BR /&gt;Username: DIA$MANAGER&lt;BR /&gt;Username: ROHWEDDER&lt;BR /&gt;Username: SYSTEM&lt;BR /&gt;Username: VET$SERVER&lt;BR /&gt;--------------------------------&lt;BR /&gt;Records:   132    Matches:     6&lt;BR /&gt;--------------------------------&lt;BR /&gt;&lt;BR /&gt;You should find SCANUAF on Hunter Goatley's&lt;BR /&gt;fileserv.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 16 Sep 2005 02:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627541#M7830</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-09-16T02:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627542#M7831</link>
      <description>Just to see if somebody has elevated privileges, do &lt;BR /&gt; authorize show */brief&lt;BR /&gt;and look in the privs column.&lt;BR /&gt;You see there normal,devour,system,all .&lt;BR /&gt;OPER in the priv list raises to SYSTEM.&lt;BR /&gt;For a single user, there is the freeware utility GETUAI (I think in the process.com archive), which lets you get the privilege list  like&lt;BR /&gt;  GETUAI user /priv=privsym/defpriv=defsym&lt;BR /&gt;into DCL symbols.&lt;BR /&gt;To get a list of all users, create a userlist using AUTHORIZE/LIST/BRIEF * , and loop over the list with GETUAI.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 02:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627542#M7831</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-09-16T02:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627543#M7832</link>
      <description>Hi Kalle&lt;BR /&gt;&lt;BR /&gt;could you give me the address for "Hunter Goatley's file server"?&lt;BR /&gt;&lt;BR /&gt;or could you send this tool to me ?</description>
      <pubDate>Fri, 16 Sep 2005 02:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627543#M7832</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-09-16T02:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627544#M7833</link>
      <description>It's here:&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?SCANUAF" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?SCANUAF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Since the original version is quite, I have added some new flags. I attach my version to this replay. It is written in FORTRAN.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 16 Sep 2005 02:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627544#M7833</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-09-16T02:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627545#M7834</link>
      <description>thanks Kalle&lt;BR /&gt;&lt;BR /&gt;but i donot know how to use it~&lt;BR /&gt;i'm a new system manager, even donot know how to install a software on VMS :p</description>
      <pubDate>Fri, 16 Sep 2005 02:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627545#M7834</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-09-16T02:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627546#M7835</link>
      <description>Davor,&lt;BR /&gt;&lt;BR /&gt;I just noticed, that the version is rather old (2000) and misses some of the new flags, so I just added them (PDMIX,VMSAUTH e.g.) and created a new version (see attached).&lt;BR /&gt;&lt;BR /&gt;There is a userguide and releasenotes avaiable, as well as a HELP module for a helplibrary.&lt;BR /&gt;&lt;BR /&gt;You must create a nodelist (template in kit), which tells SCANUAF where to find the SYSUAF files for different nodes (yes: scanuaf works network wide).&lt;BR /&gt;&lt;BR /&gt;Besides addition to new flags, I moved the nodeslist and helpfile to a specific directory (CNC_MANAGER), but you can either define a logical name or change the source accordingly.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 16 Sep 2005 03:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627546#M7835</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-09-16T03:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627547#M7836</link>
      <description>hehe~ that's too complex for a new kisser...&lt;BR /&gt;&lt;BR /&gt;thank you all the same. :)</description>
      <pubDate>Fri, 16 Sep 2005 03:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627547#M7836</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-09-16T03:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627548#M7837</link>
      <description>Carl, parhaps you can submit your modified version to the fileserv archive and new/updated freeware is always  wanted for the VMS freeware CDs.&lt;BR /&gt;&lt;BR /&gt;I sometimes use&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?uaf" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?uaf&lt;/A&gt;&lt;BR /&gt;for this sort of thing&lt;BR /&gt;&lt;BR /&gt;$ UAF :== $dev:[dir]UAF.EXE&lt;BR /&gt;$ UAF/SELECT=(PRIV=CLASS=ALL,DEFPRIV=CLASS=ALL) /DISPLAY=(USERNAME,PRIV,DEFPRIV)&lt;BR /&gt;&lt;BR /&gt;will list all the users with privs in the All class. For information on privilege classes see the Security Manual.&lt;BR /&gt;&lt;BR /&gt;To list all users with OPER&lt;BR /&gt;UAF/SELECT=(PRIV=OPER,DEFPRIV=OPER) /DISPLAY=(USERNAME)</description>
      <pubDate>Fri, 16 Sep 2005 04:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627548#M7837</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-16T04:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627549#M7838</link>
      <description>There is an excellent third party tool called Point Secure which will provide this information as well as check file protections and all sorts of security related information. We recommend it's use at Colorado Springs for security sensative sites.  It runs on the PC and reads your VMS systems.&lt;BR /&gt;&lt;BR /&gt;Bob C</description>
      <pubDate>Sun, 18 Sep 2005 14:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627549#M7838</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-09-18T14:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627550#M7839</link>
      <description>Hi Bob&lt;BR /&gt;you mean that this tool can be run on Windows and read data from VMS??</description>
      <pubDate>Sun, 18 Sep 2005 19:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627550#M7839</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-09-18T19:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627551#M7840</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Those tools are good. &lt;BR /&gt;&lt;BR /&gt;If you have (g)awk or perl installed you can do something like:&lt;BR /&gt;&lt;BR /&gt;$mcr authorize  list/full&lt;BR /&gt;$ gawk  "/^User/{u=$2} / Priv/{p=$1} / OPER /{print u,p}" sysuaf.lis&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;$ perl -ne "($a,$b)=split; $u=$b if /^Use/; $p=$a if /\sPriv/; print ""$u $p\n"" if /\sOPER/" sysuaf.lis&lt;BR /&gt;&lt;BR /&gt;Or with a DCL loop workign directly on the source (SYSUAF.DAT) exploiting the following info:&lt;BR /&gt;&lt;BR /&gt;$ pipe libr/ext=$uafdef/out=sys$output sys$library:lib.mlb | searc sys$pipe q_priv&lt;BR /&gt;$EQU    UAF$Q_PRIV      412&lt;BR /&gt;$ pipe libr/ext=$prvdef/out=sys$output sys$library:starlet.mlb | search sys$pipe v_oper&lt;BR /&gt;$EQU    PRV$V_OPER      18&lt;BR /&gt;&lt;BR /&gt;---- uaf_oper.com ---&lt;BR /&gt;&lt;BR /&gt;$open /read /share uaf 'f$parse("SYSUAF","SYS$SYSTEM:.DAT",,,"SYNTAX_ONLY")&lt;BR /&gt;$loop:&lt;BR /&gt;$ read/end=done uaf rec&lt;BR /&gt;$ if f$cvsi(412*8+18,1,rec) then write sys$output f$extr(0,12,rec)&lt;BR /&gt;$ goto loop&lt;BR /&gt;$done:&lt;BR /&gt;$close uaf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Sep 2005 19:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627551#M7840</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-09-18T19:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627552#M7841</link>
      <description>This .com does it. Just cut and paste it into test.com and execute it with @.&lt;BR /&gt;&lt;BR /&gt;But there are other ways to get OPER. SETPRV for example.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 19 Sep 2005 03:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627552#M7841</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-19T03:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627553#M7842</link>
      <description>On post V7 systems you can do this:&lt;BR /&gt;&lt;BR /&gt;$ pipe mcr authorize show */brief | search sys$input: all,system,oper /output=privileged_users.lis&lt;BR /&gt;&lt;BR /&gt;Robert&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 09:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627553#M7842</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-09-19T09:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627554#M7843</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;care to elaborate on your  EQU  command?&lt;BR /&gt;AFAIK it is not standard DCL....&lt;BR /&gt;&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>Mon, 19 Sep 2005 11:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627554#M7843</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-09-19T11:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627555#M7844</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;$EQU UAF$Q_PRIV 412&lt;BR /&gt;&lt;BR /&gt;That is not a DCL command ;-)&lt;BR /&gt;&lt;BR /&gt;It's one line in module ($uafdef) in Macro library (sys$library:lib.mlb) extracted by this command:&lt;BR /&gt;&lt;BR /&gt;$ pipe libr/ext=$uafdef/out=sys$output sys$library:lib.mlb | searc sys$pipe q_priv</description>
      <pubDate>Mon, 19 Sep 2005 13:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627555#M7844</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-19T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the users who have high privilege</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627556#M7845</link>
      <description>Sep 19, 2005 00:11:53 GMT    N/A: Question Author   &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Hi Bob&lt;BR /&gt;you mean that this tool can be run on Windows and read data from VMS?? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/Exeactly.  It is a super monitor and alerts in red problems and can fix many conditions.  For example it can fix quorum idssues.  It warns if memory tight situations and many problems.  Because it has power, it must be on the same lan on the system.&lt;BR /&gt;&lt;BR /&gt;We are set up to do the anaylsis for you for a reasonable fee as well.&lt;BR /&gt;&lt;BR /&gt;It also checks file protections and all sorts of goodies.  It has a companion software, System Detective that sets up rules on your VMS system.&lt;BR /&gt;&lt;BR /&gt;send mail to robert.comarow@hp.com for more specifics.&lt;BR /&gt;&lt;BR /&gt;I'm impressed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 03:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-find-the-users-who-have-high-privilege/m-p/3627556#M7845</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-09-22T03:26:16Z</dc:date>
    </item>
  </channel>
</rss>

