- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hp-ux Does not prompt you to chnage password when ...
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
05-16-2008 03:45 PM
05-16-2008 03:45 PM
Hp-ux Does not prompt you to chnage password when agein g is enabled
I have an issues with 11.23 and 11.11 systems where we have the ageing enabled and the system does prompt them to change the password but it is very close to the banner is you are using putty or tera term it will go up without you seeing it ..So my question is let's say if I have a password that will expire in one week rather then showing a message where it will prompt the users to change the password .in other words if your password in the warning ageing it should prompt you to change it .(in force change when the password is in warning age ).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 06:08 PM
05-16-2008 06:08 PM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
> but it is very close to the banner is you are using putty or tera term it will go up without you seeing it
I think you are having terminal setting problems to say the least.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 10:23 PM
05-16-2008 10:23 PM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
>but it is very close to the banner if you are using putty or tera term it will go up without you seeing it
Are you saying that the message is hidden because the copyright and the motd scrolls it off the screen?
I never see my "Last successful login:" because it scrolls off and I don't really care about it to push the Page Up button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2008 06:22 AM
05-17-2008 06:22 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 06:00 AM
05-19-2008 06:00 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
the logic of having a 21 day "warning" and forcing them to change it 20 days in advance escapes me. Wouldn't that be the same behaviour as having a 1 day warning???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 06:12 AM
05-19-2008 06:12 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
You could create a script to warn your users with an email.
Trusted system - How to find user's passwords about to expire
http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00905799-2
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 07:07 AM
05-19-2008 07:07 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
I am unable to get to it ..
Please check your login status. The content identified requires a support agreement, HP CarePack or warranty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 07:35 AM
05-19-2008 07:35 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
I'm not allowed to copy docs from the itrc to the forum. Have a look at these threads for more info and scripts.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1029835
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=696912
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 07:40 AM
05-19-2008 07:40 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 07:46 AM
05-19-2008 07:46 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
I execute a shell script from /etc/profile that will ask the user if they want to change it if the password is due to expire within 14 days.
This script assumes that your system is trusted. It also uses 'sudo' to execute the 'getprpw' command (that command is restricted to root use only -- sudo is set up with the nopasswd option for this command ONLY for all users) to determine when the passwd was last changed. The script the figures out how many days left before the password expires.
This script also uses A. Clay Stephensons caljd.sh program to do date conversions, so you will need to search the forums to find this.
The script, "check_passwd_expire_time.sh", is attached. It is fairly well documented, so hopefully it is fairly easy to understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 07:50 AM
05-19-2008 07:50 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
links to shell and the perl version of A. Clay Stephensons caljd.sh script.
http://mirrors.develooper.com/hpux/caljd-2.25.sh
http://mirrors.develooper.com/hpux/caljd-2.2.pl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 07:55 AM
05-19-2008 07:55 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 08:16 AM
05-19-2008 08:16 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 10:11 AM
05-19-2008 10:11 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
I keep mine in /usr/local/bin.
I call the /usr/local/bin/check_passwd_expire_time.sh from /etc/profile.
Again please remember to look at the script itself as it does use sudo. If you don't have sudo you will need to get it or figure out some other way to get the date the password was last changed as the getprpw command is usable by root only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2008 07:08 AM
06-20-2008 07:08 AM
Re: Hp-ux Does not prompt you to chnage password when agein g is enabled
check_passwd_expire_time.sh and caljd.sh
thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2008 07:11 AM
06-20-2008 07:11 AM