Password Dictionary

From VSI OpenVMS Wiki
Revision as of 08:12, 13 December 2019 by Jane.doe (talk | contribs) (Created page with "'''Password Dictionary''' is a list of English words and phrases that cannot be used as a password with SET PASSWORD unless the DISPWDDIC flag is set in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Password Dictionary is a list of English words and phrases that cannot be used as a password with SET PASSWORD unless the DISPWDDIC flag is set in the user record. This list is contained in SYS$SYSTEM:VMS$PASSWORD_DICTIONARY.DATA.

To add passwords to the dictionary, follow the instructions: 1. Create a file containing passwords you would like to add to the dictionary. Each password should be on a separate line and in lowercase, as follows:

$ CREATE LOCAL_PASSWORD_DICTIONARY.DATA
somefamous
localheroes
Ctrl/Z

2. Enable SYSPRV and merge your local additions:

$ SET PROCESS/PRIVILEGE=SYSPRV
$ CONVERT/MERGE/PAD LOCAL_PASSWORD_DICTIONARY.DATA -
_$ SYS$LIBRARY:VMS$PASSWORD_DICTIONARY.DATA

See also