- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Trying to get information on SYS$PASSWORD_HIST...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2013 11:08 AM
04-19-2013 11:08 AM
Trying to get information on SYS$PASSWORD_HISTORY_LIMIT parameter
Hi Folks,
Im trying to get information (ie what the param is set to ) on the following param
SYS$PASSWORD_HISTORY_LIMIT
Dont seem to get too much on the web. I tried showing logicals and its not there , and also had a look in sysgen and nothing either :/
Any pointers would be great guys.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2013 12:19 PM - edited 04-19-2013 12:25 PM
04-19-2013 12:19 PM - edited 04-19-2013 12:25 PM
Re: Trying to get information on SYS$PASSWORD_HISTORY_LIMIT parameter
From the guide to system security:
Once a user successfully creates a new password, the system enters the old password on the history list and
updates the file. The password history list can hold a large number of words, but it is limited to 60 by default.
If this number is exceeded, the user has to use generated passwords. A password remains on the password
history list for 365 days (or the default set by SYS$PASSWORD_HISTORY_LIFETIME). Whenever a user
account is deleted, the system removes all password records belonging to that account.
Using the DCL command DEFINE, you can change the defaults for the capacity and lifetime of the password
history list to any of the values indicated in Table 7-4.
Table 7.4 Defaults for Password History List
=========================================================================
System logical name Default Min Max Units
SYS$PASSWORD_HISTORY_LIFETIME 365 1 28000 Days
SYS$PASSWORD_HISTORY_LIMIT 60 1 2000 Absolute count
=========================================================================
For example, to increase the capacity of the history list from 60 passwords to 100, add the following line to the
command procedure SYLOGICALS.COM, which is located in SYS$MANAGER:
$ DEFINE/SYSTEM/EXEC SYS$PASSWORD_HISTORY_LIMIT 100
There is a correspondence between the lifetime of a password history list and the number of passwords
allowed on the list. For example, if you increase the password history lifetime to 4 years and your passwords
expire every 2 weeks, you would need to increase the password history limit to at least 104 (4 years times 26
passwords a year). The password history lifetime and limit can be changed dynamically, but they should be
consistent across all nodes on the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2013 12:26 PM
04-19-2013 12:26 PM
Re: Trying to get information on SYS$PASSWORD_HISTORY_LIMIT parameter
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2013 06:37 AM
04-20-2013 06:37 AM
Re: Trying to get information on SYS$PASSWORD_HISTORY_LIMIT parameter
Should find more information on login parameters in the "OpenVMS System Management Utilities Reference Manual: M – Z" under LGI SYSGEN parameters.