Operating System - OpenVMS
1828216 Members
2384 Online
109975 Solutions
New Discussion

Re: getuai.exe for OpenVMS 7.3-1 and OpenVMS 7.3-2

 
SOLVED
Go to solution
Joseph Huber_1
Honored Contributor

Re: getuai.exe for OpenVMS 7.3-1 and OpenVMS 7.3-2

look if in Your directory there are files like
uaf.vax_exe or uaf.alpha_exe: depending on the CPU architecture of Your system, define a foreign command
uaf;=$sys$common:[...]uaf.xxx_exe

If You are on an itanium system, yes, You have to rebuild using @compile or MMS.

But be aware, this distribution is rather old and may not compile and link without corrections. Hire a consultant in this case!
http://www.mpp.mpg.de/~huber
Thanassis Papadimitriou
Frequent Advisor

Re: getuai.exe for OpenVMS 7.3-1 and OpenVMS 7.3-2

Is there a distribution of uaf.zip where we can perform select queries based on access status yes or no (/access, /noaccess) and even more the detailed access granted, such as /access /network or /access /remote?
Joseph Huber_1
Honored Contributor

Re: getuai.exe for OpenVMS 7.3-1 and OpenVMS 7.3-2

Well the access vs. noaccess could be done like:
uaf /select=(access=(noprimary,0-23,nosecondary,0-23))/match=and /display=(username,access)
and probably also the login-mode can be added in the criteria, I just could not find out the syntax yet: play with it, and HELP UAF ITEM ACCESS.
http://www.mpp.mpg.de/~huber
Thanassis Papadimitriou
Frequent Advisor

Re: getuai.exe for OpenVMS 7.3-1 and OpenVMS 7.3-2

Thank you very. Your replies solved me all inqueries I had regarding how to extract uaf reports not based on default uaf criteria.

Case is solved.
Thanassis Papadimitriou
Frequent Advisor

Re: getuai.exe for OpenVMS 7.3-1 and OpenVMS 7.3-2

My desired reports against uaf where:

1. produce a list of uaf accounts that have no access and flag disuser is not set.

2. update all uaf accounts that have pwdlifetime 90 days to 60 days.