- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems with su - password expired
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-24-2001 03:05 PM
05-24-2001 03:05 PM
Problems with su - password expired
In hp-ux 10.20 I can do it but in hpux 11.00 I can?t.
Somebody can help me?
Thanks,
Bernardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 04:48 PM
05-24-2001 04:48 PM
Re: Problems with su - password expired
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 05:02 PM
05-24-2001 05:02 PM
Re: Problems with su - password expired
Hi,
Is the HP-UX 11 system trusted? If so password expiry can be handled differently. You may want to reset the users password by using this.
Only if it trusted, and after enough unsuccessful attempts the account maybe in fact locked.
# /usr/lbin/modprpw -k
# /usr/lbin/modprpw -x
hth
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 01:17 AM
05-25-2001 01:17 AM
Re: Problems with su - password expired
Try editing the /etc/passwd file. Remove the password field. You can log in to the user login without password. You can assign new password.
SB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 10:26 AM
05-25-2001 10:26 AM
Re: Problems with su - password expired
su user
works on my system with 11.0 in trusted mode when you are root and the passwd is aged/expired.
Perhaps I need a little clarification?
calvin Bebermeyer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 04:42 AM
05-28-2001 04:42 AM
Re: Problems with su - password expired
I set expiration to the root password and I restricted root to login only from the console. So, I only can use root doing a su to root. Sometimes the root's password is expired and I can?t su to root.
One time, I configured Trusted Systems,but now I have uninstalled it. So I don't use Trusted Systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 04:44 PM
05-28-2001 04:44 PM
Re: Problems with su - password expired
You say you had trusted system set up before? How did you un-install it? Did you use 'tsconvert -r' command to do this? It seems possible that the system has not completely 'untrusted itself'. If you can maybe try and trust the system again and then untrust it using the above. Make sure you have a
valid backup first.
One thing I would like to suggest is to implement a well know tool such as 'sudo' which is widely available from http://www.courtesan.com/sudo/
This tool when implemented properly replaces the need to use 'su - root'. It will assist in
accidently disabling the 'root' account. You can also reset the root password using this utility because you will be the root account.
HTH
Michael