- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: password change baner, change?
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-17-2003 08:26 AM
01-17-2003 08:26 AM
========== Your password has expired =============
Passwords will have to be at least 8 characters in length and must contain three of the following four required elements.
o At least one number
o At least one capital letter
o At least one lowercase letter
o At least one special character (examples: ! @ # $ % ^ & * ( ) , . ? )
============================================
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 08:39 AM
01-17-2003 08:39 AM
Re: password change baner, change?
PASSWORD_MIN_UPPER_CASE_CHARS
PASSWORD_MIN_LOWER_CASE_CHARS
PASSWORD_MIN_DIGIT_CHARS
PASSWORD_MIN_SPECIAL_CHARS
Force the user to specify a minimum number of a specific type of characters when setting their password (see PHCO_26089). I'm not sure about 11.0, but you should be able to do a search. I'm not sure the exact feedback the password banner will give, but I'd assume you'll only see the type of message you wrote after the user enters a password that does not conform.
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 08:44 AM
01-17-2003 08:44 AM
Re: password change baner, change?
And how can I make them see our custom message rather than the default password change banner?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 08:51 AM
01-17-2003 08:51 AM
Re: password change baner, change?
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 09:13 AM
01-17-2003 09:13 AM
Re: password change baner, change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 10:53 AM
01-17-2003 10:53 AM
Re: password change baner, change?
Changing password for jrice
Old password:
Last successful password change for jrice: Fri Jan 17 08:28:57 2003
Last unsuccessful password change for jrice: Fri Jan 17 10:28:38 2003
New password:
Password too short - must be at least 6 characters
New password:
The password entered is not valid. Valid passwords must contain at least:
1 upper case character(s),
1 lower case charcter(s),
1 digit(s), and
1 special character(s).
New password:
But you are right, you won't be able to change the password banner. If you are not succesful another thought would be to create a PAM module that runs before the unix module that does nothing but displays the banner. I'm not sure if you can do that or not, just an idea.
# Password management
#
login password required /usr/lib/security/libpam_unix.1
passwd password required /usr/lib/security/banner_unix.1
passwd password required /usr/lib/security/libpam_unix.1
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 11:19 AM
01-17-2003 11:19 AM
Re: password change baner, change?
How did you put in the informaiton for the error response:
New password:
Password too short - must be at least 6 characters
New password:
The password entered is not valid. Valid passwords must contain at least:
1 upper case character(s),
1 lower case charcter(s),
1 digit(s), and
1 special character(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 12:25 PM
01-17-2003 12:25 PM
SolutionPASSWORD_MIN_UPPER_CASE_CHARS=1
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHARS=1
Works on trusted and not. But, you only get that feedback after you enter a password that doesn't comply.
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 12:29 PM
01-17-2003 12:29 PM