  AUTHORIZE and username expiration? 
 The Question is:
 
I need to expire all user accounts is there a way to expire all account on a
 set date?
 
Thanks,
Ubaldo
 
 The Answer is :
 
  $ SET PROCESS/PRIVILEGE=ALL
  $ SET DEFAULT SYS$SYSTEM
  $ RUN AUTHORIZE
  HELP MOD /EXPIRATION
 
  Or:
 
  $ HELP/LIBRARY=SYS$HELP:SYS$HELP:UAFHELP.HLB ADD /EXPIRATION
 
  You can certainly use wildcard mechanisms within AUTHORIZE, but
  you do NOT want to cause the core system and layered product
  usernames to expire.
 
  The OpenVMS Wizard strongly recommends review of the OpenVMS
  System Management and Security Manuals.
 
 Answer written or last revised on  15-AUG-2002 
