DESCRIPTION | This option will go thru the New Person file, and search for users with a termination date in the past who still have an access code. It will delete there access code and Keys. It calls the XU USER TERMINATE protocol in the OPTION FILE so other applications can take any action theyneed. If the DELETE ALL MAIL ACCESS field is set then the user will beremoved them from the mail system, this will delete their mail boxes anddelete them from any mail groups. Patch XU*8*514 implements the Logical Access Controls section of VA Handbook 6500. Item 'd' states that accounts are automatically disabledif inactive for 30 days. The routine checks for users that have an access code and a Last Signon Date (#202) where the Last Signon Date is more than 30 days old and sets the DISUSER (#7) flag for the user. If the site has set the ACADEMICAFFILIATION WAIVER (#13) field to YES in the KERNEL SYSTEM PARAMETERS file(#8989.3) then a 90 day limit is used in place of 30 days. |