- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Failed Login Attempts
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
12-12-2007 08:51 PM
12-12-2007 08:51 PM
Failed Login Attempts
I have a Non-Trusted HP-UX System, I wanted to lock users after three
failed login attempts .
I have made a entry in /etc/default/security as follows
MIN_PASSWORD_LENGTH=8
PASSWORD_HISTORY_DEPTH=10
AUTH_MAXTRIES=3
but when i tried to test this the account dosent get locked out,Can
someone tell me hwo to fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 08:53 PM
12-12-2007 08:53 PM
Re: Failed Login Attempts
those are only for Trusted-system mode, will not work in non-trusted system
>I have made a entry >in /etc/default/security as follows
>MIN_PASSWORD_LENGTH=8
>PASSWORD_HISTORY_DEPTH=10
>AUTH_MAXTRIES=3
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 08:57 PM
12-12-2007 08:57 PM
Re: Failed Login Attempts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 09:00 PM
12-12-2007 09:00 PM
Re: Failed Login Attempts
please help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 09:29 PM
12-12-2007 09:29 PM
Re: Failed Login Attempts
You don't get to profile until you login.
I think Clay meant you replace login and passwd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 12:44 AM
12-13-2007 12:44 AM
Re: Failed Login Attempts
I think, in non-trusted mode you can restrict your password policy. belows, the /etc/default/security file i have implemented in my system:
# Security file: /etc/default/security
# man security
# Features depend on HP-UX rev and patches. Not all features are
# available on older systems.
#
# Comments (#) allowed only on separate line,
# no trailing # following a parameter or it
# will invalidate the setting
# Access controls (11.0 and higher)
#################
NOLOGIN=0
NUMBER_OF_LOGINS_ALLOWED=0
ABORT_LOGIN_ON_MISSING_HOMEDIR=1
# Single user mode authorization (11i and non-trusted only)
###########################################################
# Requires root password to get into single user mode
# BOOT_AUTH=1
# Users (besides root) that can boot into single user mode
# BOOT_USERS=bill,jane,joe
# Password controls - Trusted
###################
#MIN_PASSWORD_LENGTH=8
#PASSWORD_HISTORY_DEPTH=12
#PASSWORD_MIN_UPPER_CASE_CHARS=1
#PASSWORD_MIN_LOWER_CASE_CHARS=1
#PASSWORD_MIN_DIGIT_CHARS=1
#PASSWORD_MIN_SPECIAL_CHARS=1
# Non-Trusted or shadow password setup only:
# defaults: MAXDAYS=-1 MINDAYS=0 WARNDAYS=0
# PASSWORD_MAXDAYS=90
# PASSWORD_MINDAYS=7
# PASSWORD_WARNDAYS=7
# Session controls
##################
#SU_ROOT_GROUP=suroot
SU_DEFAULT_PATH=/usr/bin:/usr/contrib/bin:
# SU_KEEP_ENV_VARS=LD_LIBRARY_PATH,SHLIB_PATH,LD_PRELOAD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 02:53 PM
12-13-2007 02:53 PM
Re: Failed Login Attempts
But where do i set the Maximum tries allowed before unlock of account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 04:10 PM
12-13-2007 04:10 PM
Re: Failed Login Attempts
Is there some reason that you cannot convert your system to Trusted?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 11:09 AM
12-17-2007 11:09 AM
Re: Failed Login Attempts
It provides just about all the features of trusted mode, without requiring cnoversion (which is deprecated in 11iv3 (11.31).