- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root expiration with 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
10-25-2001 10:24 AM
10-25-2001 10:24 AM
Root expiration with Trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 10:41 AM
10-25-2001 10:41 AM
Re: Root expiration with Trusted system
root account is like any other on a trusted system: if you leave the default settings, after 3 unsuccessfull attempts the account is disabled...
This is the main reason why I use /etc/securetty to force people having to use su to root, and change to 6 the attempts AND give myself the privilege to shutdown the boxes...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 10:43 AM
10-25-2001 10:43 AM
Re: Root expiration with Trusted system
There is a plenty of chance for root account to be disabled on trusted system. If there are more than the number of bad attempts set, it will be disabled. And most of the times we find the root account disabled on the trusted systems due to this feature.
You can set the Unsuccessful Login Tries Allowed to a required number and customize the Maximum period of Inactivity too.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 11:21 AM
10-25-2001 11:21 AM
Re: Root expiration with Trusted system
There are many things that can happen to the root account on a trusted system. Look at your rules to see what is set for that account. Also, if the lifetime is expired you may even be forced to change the password. That may cause you to have to edit the /tcb/files/auth/r/root file and remove the encrypted password in the u_pwd line. That can be risky however so only do it if you have to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 11:35 AM
10-25-2001 11:35 AM
Re: Root expiration with Trusted system
With respect to security policies, Root is like any other account on the box.
If the "'Maximum period of
inactivity"" is set to
X number of days, it Will
get disabled after that period. Same applies
for maximum number of tries
for incorrect password, password life time.
It's preferable to disable
root access from non-console
terminals through /etc/securetty entry.
I use su/sudo to login as
root and that''s way to go.
It also makes sense to
disable the inactivity option.
You can use SAM for this.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 02:51 PM
10-25-2001 02:51 PM
Re: Root expiration with Trusted system
The most common cause that I've found on trusted systems as to why the 'root' account has become disabled is that people have attempted to login directly as 'root' and not as their own account and either use 'su -' or 'sudo'
The most frustrating part is that sometimes it is not just the 'root' but DBA's are even more guilty.
I guess the best solution is to increase the
number of unsuccessful attempts or have a big
stick ready for the next person who does it. You may tread upon the toes of auditors by having to increase this, but you may have more satisfaction using the big stick.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 02:47 AM
10-26-2001 02:47 AM