- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Password expiration report
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-26-2000 08:18 PM
10-26-2000 08:18 PM
Password expiration report
My users requested to have password expiration report (say, password of user accounts will be expired in 10 days). Any utility to prepare for this kinds of report?
Thanks in advance,
Tony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 11:10 PM
10-26-2000 11:10 PM
Re: Password expiration report
You need to write a script based around the getprpw command. This will show you expiration dates for passwords (amongst numerous other things). You need to be running a trusted system for this though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 01:06 AM
10-27-2000 01:06 AM
Re: Password expiration report
With Trusted system you can specify the passwd notification period.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 03:23 PM
10-27-2000 03:23 PM
Re: Password expiration report
If you have HP-UX 10.20, you can convert your system in Trusted System with following command:
1.- Run "/usr/lbin/tsconvert
2.- Watch the /etc/passwd and verify that second column(password) has a Metacaracter(asterisk *). This is Trusted System
3.-Now, run "/usr/lbin/modprpw -m expt=10 expwarm=5 user_name
4.- Verify with following "/usr/lbin/getprpw user_name
whit the last, your system will send message before that expired password.
If you want to know more about it, you can write me.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 03:23 PM
10-27-2000 03:23 PM
Re: Password expiration report
If you have HP-UX 10.20, you can convert your system in Trusted System with following command:
1.- Run "/usr/lbin/tsconvert
2.- Watch the /etc/passwd and verify that second column(password) has a Metacaracter(asterisk *). This is Trusted System
3.-Now, run "/usr/lbin/modprpw -m expt=10 expwarm=5 user_name
4.- Verify with following "/usr/lbin/getprpw user_name
whit the last, your system will send message before that expired password.
If you want to know more about it, you can write me.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 03:24 PM
10-27-2000 03:24 PM
Re: Password expiration report
If you have HP-UX 10.20, you can convert your system in Trusted System with following command:
1.- Run "/usr/lbin/tsconvert
2.- Watch the /etc/passwd and verify that second column(password) has a Metacaracter(asterisk *). This is Trusted System
3.-Now, run "/usr/lbin/modprpw -m expt=10 expwarm=5 user_name
4.- Verify with following "/usr/lbin/getprpw user_name
whit the last, your system will send message before that expired password.
If you want to know more about it, you can write me.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 03:24 PM
10-27-2000 03:24 PM
Re: Password expiration report
If you have HP-UX 10.20, you can convert your system in Trusted System with following command:
1.- Run "/usr/lbin/tsconvert
2.- Watch the /etc/passwd and verify that second column(password) has a Metacaracter(asterisk *). This is Trusted System
3.-Now, run "/usr/lbin/modprpw -m expt=10 expwarm=5 user_name
4.- Verify with following "/usr/lbin/getprpw user_name
whit the last, your system will send message before that expired password.
If you want to know more about it, you can write me.
Bye.