- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- openVMS minimum password duration
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
Forums
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
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
10-12-2006 02:57 AM
10-12-2006 02:57 AM
We would like to unable a password change during at least 15 days after its creation.
Solved! Go to Solution.
- Tags:
- Password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 03:23 AM
10-12-2006 03:23 AM
Re: openVMS minimum password duration
Of course you could modify the dcltables and call your own image instead of SETP0, check for the password change (this is stored in UAF record) and issue an error message or call SETP0.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 03:37 AM
10-12-2006 03:37 AM
Re: openVMS minimum password duration
Do you know where we could find password rules in HP documentation ?
We would need official documentation to provide evidence of this lack of fonctionality for a security audit ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 03:53 AM
10-12-2006 03:53 AM
Solutionhttp://h71000.www7.hp.com/doc/os83_index.html.
Esp. the System Managers Essentials and the Guide to System Security.
Some thought about this can be read here:
http://www.osdata.com/holistic/security/security.htm#OpenVMSsecurity
To prevent user to use old password again (by changing it several times), VMS keeps a history of used password (can be disabled on a per user basis).
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 03:58 AM
10-12-2006 03:58 AM
Re: openVMS minimum password duration
In the system security manual. One might also ask, "in what way does preventing you from changing your password increase security?"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 01:29 AM
10-13-2006 01:29 AM
Re: openVMS minimum password duration
Using the same API hooks (documented in manuals), I would assume you should be able to collect the last password reset date from the UAF with a system service call and then do the math and deny the new password.
I have not done this, but the hooks all seem to be there to my mind. (consider the source ! :)
I don't recall where the exact docs are located, but a key word to look for is "VMS$Password_Policy". It is triggered by setting the SysGen parameter: Load_PWD_Policy.
rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 01:34 AM
10-13-2006 01:34 AM
Re: openVMS minimum password duration
http://h71000.www7.hp.com/doc/82FINAL/5841/5841pro_091.html#create_share_image_sec
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 08:04 PM
10-24-2006 08:04 PM
Re: openVMS minimum password duration
Browsing through my collection of undocumented features, I stumbled over the LGI$PASSWORD_NOCHANGE_DAYS logical name.
The equivalence should be numeric; the value sets the minimum time (in days) to change the password.
E.g.:
$ DEFINE/SYS/EXEC LGI$PASSWORD_NOCHANGE_DAYS 5
$ SET PASSWORD !1st time OK
Old password:
New password:
Verification:
$ SET PASSWORD !2nd time refused
Old password:
New password:
Verification:
%SET-F-PWDLOCKED, password is locked to prevent change
Hope this helps,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 08:33 PM
10-24-2006 08:33 PM
Re: openVMS minimum password duration
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 10:03 PM
10-24-2006 10:03 PM
Re: openVMS minimum password duration
If you would like to create a site specific password policy then also check the following thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=866372
It contains examples for various people in various programming languages that show how to create a shareable image for this purpose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 11:07 PM
10-24-2006 11:07 PM
Re: openVMS minimum password duration
But it also looks like Engeneering should (and easily could!) document this feature.
Although personally I always question WHY one would want to, but I _HAVE_ seen this demand before ( by rule-making auditors without real-life experience, nor any thinking capability, I assume ) and IF you run into such demand, it will be sooo much easier to just be able to comply...
fwiw,
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 11:21 PM
10-30-2006 11:21 PM
Re: openVMS minimum password duration
We know that you can lock a password. Assuming the user is unprivileged, you could use a com procedure that creates an account, and locks the password. It could also create another com procedures, of just a few lines, that will unlock it after the duration.
I suspect you are trying to prevent people from setting it back. As someone just mentioned, the password history prevents that, so you may not need any solution??
Best of luck.