- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login specifications
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
01-14-2010 05:09 AM
01-14-2010 05:09 AM
/etc/default/security.. but i didn't see any specification that would lock an account after 'x' number of failed logins...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 05:32 AM
01-14-2010 05:32 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 06:31 AM
01-14-2010 06:31 AM
Re: login specifications
NUMBER_OF_LOGINS_ALLOWED=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 06:38 AM
01-14-2010 06:38 AM
Re: login specifications
u_maxtries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 07:53 AM
01-14-2010 07:53 AM
Re: login specifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 07:55 AM
01-14-2010 07:55 AM
Re: login specifications
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 08:26 AM
01-14-2010 08:26 AM
Re: login specifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 08:28 AM
01-14-2010 08:28 AM
Re: login specifications
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 08:33 AM
01-14-2010 08:33 AM
Re: login specifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 08:38 AM
01-14-2010 08:38 AM
Re: login specifications
You can also use tsconvert to do the initial conversion but SAM does a better job of making sure the passwords are not initially expired, among other things.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 08:41 AM
01-14-2010 08:41 AM
Re: login specifications
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 09:26 AM
01-14-2010 09:26 AM
Re: login specifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 09:32 AM
01-14-2010 09:32 AM
Re: login specifications
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 10:12 AM
01-14-2010 10:12 AM
Re: login specifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 10:23 AM
01-14-2010 10:23 AM
Re: login specifications
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productN
umber=StdModSecExt
In the above link, it specifically mentions the following features:
# Auditing user and system activities
# Account locking after too many authentication failures occur
# Displaying the last successful and unsuccessful login
# Preventing the re-use of passwords in the password history
# Preventing logins with null passwords
# Restricting logins to specific time periods
# Expiring inactive accounts
Number 2 sounds like your ticket.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 10:36 AM
01-14-2010 10:36 AM
Re: login specifications
ll -d /tcb
If the /tcb directory exists, then the system is Trusted (assuming root hasn't been playing games).
> I'm on 11.23, when switching to a trusted site will we notice anything different if we don't modify /etc/default/security and take all the defaults ?
The first difference is that there will be a maximum retry limit. When the user fat-fingers the password more than 3 times (3=typical), the login is locked. Untrusted accounts have infinite retries. You use the modprpw command to reinstate the locked user login.
One of the problems with Trusted is that specifications (rules) exist in two places, the security file and also the /tcb/files/auth/system/default. The enclosed script will report a combined summary of all the security settings for a Trusted system.
AS far as side effects, occasionally some old applications try to use the classic /etc/passwd file rather than PAM for application authentication. PAM has been around for more than a decade so most apps will use PAM so that the underlying authentication method is transparent.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 03:42 PM
01-14-2010 03:42 PM
Re: login specifications
I noticed that the trusted mode security extensions requires a download of additional software, that's not required if i run in TRUSTED mode ??