- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- password expire each time login to trusted system
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
08-24-2002 10:25 PM
08-24-2002 10:25 PM
password expire each time login to trusted system
We have workstation B2000 with HP-UX 10.20 which is trusted system.
The password expiration and account locking are all disabled for the root, but each time when we rlogin from any system it till us that password is expired and enter new password.
For Example
Trying...
Connected to testbox.hp.com.
Escape character is '^]'.
Local flow control on
Telnet TERMINAL-SPEED option ON
HP-UX testbox B.10.20 U 9000/811 (ttypa)
login: dave
Your password was changed by root on Thu Jan 1 00:00:00 GMT 1970
Password:
Last successful login for dave: Mon Aug 5 14:56:14 GMT 2002
Last unsuccessful login for dave: NEVER
Your password has expired.
Old password:
Can you please help
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2002 03:22 AM
08-25-2002 03:22 AM
Re: password expire each time login to trusted system
-- password expiration and account locking are all disabled for the root --
I might misunderstand this, because your example is about user "dave", not root.
The default on a HP-UX 10.20 trusted system is that "Password Aging Policies" are enabled for all users.
If you want to change this for user "dave", use SAM, select the user, Actions -> Modify Security Policies -> Password Aging Policies -> Disable.
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2002 06:21 AM
08-25-2002 06:21 AM
Re: password expire each time login to trusted system
***
That document says to go look at your SAM log to see what might have been done to the user. Did you find anything significant in the SAM log? For instance did SAM run only 1 modprpw command and if so, what options were used?
In addition do you have another 10.20 system with similar aging/lock/inactivity settings that this works on. If so, compare /tcb/files/auth/system/default from both systems.
Check the SAM patch: you want to have the latest patch installed: PHCO_22268
# swlist -l fileset -a state |grep -i sam
The patches should state "configured".
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 03:21 AM
08-27-2002 03:21 AM
Re: password expire each time login to trusted system
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 06:47 AM
08-27-2002 06:47 AM
Re: password expire each time login to trusted system
We have a number of HP9000 systems running HP-UX 10.20 in our lab. Some of the systems have exhibited the exact symptoms described. We are unable to remotely login, but we can login locally using DCE login. The problem is seldom seen but when it does come up all users are locked out from remote logins including the root user. Disabling password aging has no effect. There is a command which root can run to unexpire all user passwords on a trusted system:
/usr/lbin/modprpw -V
Since the login process in the example indicated that the password had last been change in 1970, this may offer some relief.
Mike D'Aulerio