1762824 Members
1560 Online
108909 Solutions
New Discussion юеВ

Re: login messages

 
SOLVED
Go to solution
Mike Hedderly
Advisor

login messages

Does anyone know how to disable the
Last interactive login and non interactive messages - once you have logged onto a vms box

Thanks
4 REPLIES 4
Ian Miller.
Honored Contributor
Solution

Re: login messages

In authorize set the DISREPORT flag
UAF> MOD username/FLAG=DISREPORT
____________________
Purely Personal Opinion
John Abbott_2
Esteemed Contributor

Re: login messages

Hi Mike,

For the account in question you need to modify in user authorization file (UAF) file attribute.

$ set def sys$system
$ run authorize
UAF > mod USER /FLAG=DISREPORT
UAF > exit

Whilst at the UAF prompt type HELP MOD /FLAG to see all the possible options. Note that the /DISREPORT supresses login failures too.

Regards
John.
Don't do what Donny Dont does
Kris Clippeleyr
Honored Contributor

Re: login messages

Hi,

Modify the "flags" for the account in the SYSUAF.
DISWELCOME, DISREPORT, DISNEWMAIL

See the HELP on the MODIFY command in AUTHORIZE.

Regards,
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Mike Hedderly
Advisor

Re: login messages

spot on thanks