- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root Password
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-16-2002 10:27 AM
08-16-2002 10:27 AM
Root Password
How to increase the no of attempts for root login account.
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:34 AM
08-16-2002 10:34 AM
Re: Root Password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:34 AM
08-16-2002 10:34 AM
Re: Root Password
Another way is to use the modprpw command on a trusted system.
Good luck,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:36 AM
08-16-2002 10:36 AM
Re: Root Password
But all this information will be writen in one of the file. I would like to know which file this information available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:37 AM
08-16-2002 10:37 AM
Re: Root Password
To verify just look for root in the /tcb directory structure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:42 AM
08-16-2002 10:42 AM
Re: Root Password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:43 AM
08-16-2002 10:43 AM
Re: Root Password
For a trusted system it should be in
/tcb/auth/pfiles/r/root
(might have reversed auth and pfiles)
Use care when modifying that file directly.
For some reason, I was thinking this could also be done in a non-trsuted system in SAM but was just looking and didn't see anything. I was probably thinking of password aging.
Good luck
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:59 AM
08-16-2002 10:59 AM
Re: Root Password
Sorry 'bout that, I was writing my response while you were writing your question.
If you have no /tcb directory, your system is not trusted. All the trusted mode database files are within that directory.
Let me see if I can figure out how to increase users in a non-trusted environment.
I can't remember if or how. Again, I can only think of password aging.
By the way,
Are you getting an error with a user? If so, what is it? Also, was version of unix are you running?
Thanks,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 11:00 AM
08-16-2002 11:00 AM
Re: Root Password
Run the following command
/usr/lbin/getprpw root
In the output note the value of umaxlntr. It is the number of unsuccessful attempts.
If your system is not trusted, you will get the error message that the system is not trusted.
getprpw reads the info from /tcb/files/auth/r/root file
If your system is not trusted, you do not need to worry about the no of attempts unless you are running any third party password management tools like Control-SA, e-Trust etc.,
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 11:07 AM
08-16-2002 11:07 AM
Re: Root Password
This could have happened to you as well. Check /etc/passwd, if the users encrytped password was replaced with a * (after second colon) that could be it.
I think Sri might have hit it on the head with a 3rd party software.
Kel