J This a VMS Password Policy Module to screen passwords before they are set.  1 This code will only work with VMS 5.4 or greater.   < This module does not allow the password to be the following:  $ 	The username and variations on such6 	The account name from the UAF and variations on such.+ 	Variations of the owner field from the UAF E 	Any word in a data file supplemental to the VMS provided dictionary.   ? To build and install this module, execute the command procedure M BUILD_PASSWORD_POLICY.COM.  Afterwards, make sure you add the following line:   2 	$ INSTALL ADD SYS$LIBRARY:VMS$PASSWORD_POLICY.EXE  ) to you SYS$MANAGER:SYSTARTUP_V5.COM file.   G An auxilary program is ADD_DICTIONARY which will allow you to add words J to the supplemental dictionary.  It will add words that are not already in3 the VMS dictionary or the supplementary dictionary.   N If you have a large number of words you would like to add to the supplemental K dictionary, put them into a flat data file, one word to a line, ASSIGN the  N file to SYS$INPUT: and then run the ADD_DICTIONARY program.  It will read all D the words from the file and add them, if needed to the supplemental F dictionary.  The ADD_DICTIONARY program can also be run interactively.  G (The supplement dictionary is used rather than adding words to the VMS  G provided dictionary to prevent those changes from being lost in future  * upgrades/updates of the operating system.)     Ted Nieland  nieland@hcst.com  	 HCST, Inc  513-427-9000