How to prevent users from choosing obvious passwords?
To prevent users from selecting obvious passwords on OpenVMS, you will want to use the reserved password (password screening) mechanism. Effectively, you merge your list of reserved passwords into the existing reserved words database maintained by OpenVMS. (You can also then require all users to reset their passwords—via the pre-expired password mechanism—thus forcing users to select new passwords.) For details on the password screening mechanism, of the reserved password database (VMS$PASSWORD_DICTIONARY.DATA), and details of how to merge your list of prohibited passwords into the database, please see the associated chapter in the OpenVMS security manual. For details of the password expiration mechanism, see the AUTHORIZE command qualifier /PWDEXPIRED. You can also implement a site-specific password filter with the information provided in the back of the OpenVMS Programming Concepts manual. The password filter permits you to establish particular and site-specific password requirem
Related Questions
- Can users self register themselves within the application or are the logon IDs and passwords provided to the end users by an administrator?
- What do I have to do to customize the users and passwords of the Sinergia setup?
- How will passwords be managed for remote users (for example, forgotten password)?