- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how can we set the never expire password to the us...
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
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
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
тАО01-21-2010 04:32 AM
тАО01-21-2010 04:32 AM
please give the syntax and one examble?
thanks in advance....
by
Unixguy.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 04:50 AM
тАО01-21-2010 04:50 AM
Re: how can we set the never expire password to the user in HP-UX?
All above HP-UX 11.11,11.23 & 11.31) Trusted System or Non Trusted System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 04:55 AM
тАО01-21-2010 04:55 AM
Re: how can we set the never expire password to the user in HP-UX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 05:03 AM
тАО01-21-2010 05:03 AM
Re: how can we set the never expire password to the user in HP-UX?
non-trsuted system "passwd" -> command
man passwd -> for more information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 05:05 AM
тАО01-21-2010 05:05 AM
Re: how can we set the never expire password to the user in HP-UX?
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1264079028843+28353475&threadId=1263056
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 05:06 AM
тАО01-21-2010 05:06 AM
Re: how can we set the never expire password to the user in HP-UX?
Yes it is the same command in all HP-UX systems and you can use SAM also to do this.
SAM>>Users & accounts >> users>>username
Select the user and go to action menu then go to modify securities policy.
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 05:19 AM
тАО01-21-2010 05:19 AM
Re: how can we set the never expire password to the user in HP-UX?
You can use command line or Better if you could
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 07:22 AM
тАО01-21-2010 07:22 AM
Re: how can we set the never expire password to the user in HP-UX?
passwd -x -1 username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 10:11 PM
тАО01-21-2010 10:11 PM
Re: how can we set the never expire password to the user in HP-UX?
This doesn't work on 11.11 but SAM does.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2010 12:00 PM
тАО01-22-2010 12:00 PM
Re: how can we set the never expire password to the user in HP-UX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2010 03:36 AM
тАО01-23-2010 03:36 AM
Re: how can we set the never expire password to the user in HP-UX?
You can simply give the nonexpiry passwords as below
#passwd -x -1 username
and see the change after
#passwd -s username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2010 07:51 AM
тАО01-23-2010 07:51 AM
Re: how can we set the never expire password to the user in HP-UX?
thanks a lot friends....
Regards,
Unxiguy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2010 07:52 AM
тАО01-23-2010 07:52 AM
Re: how can we set the never expire password to the user in HP-UX?
Regards,
Unixguy.