- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to change the no of characters , numerical let...
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
03-05-2006 08:24 PM
03-05-2006 08:24 PM
how to change the no of characters , numerical letters in trusted mode.
I need a help.
I have converted my system in to trusted mode.
I set the maximum length of password =12.
I also wanted to specify the no of characters and numericals , and special characters manually.
Moreover , can u tell me , what is the default combination available in trusted mode ?
thank u all ..
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 08:28 PM
03-05-2006 08:28 PM
Re: how to change the no of characters , numerical letters in trusted mode.
can you have a look at the
/etc/default/security
file.
There should be things like:
PASSWORD_MIN_UPPER_CASE
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 09:15 PM
03-05-2006 09:15 PM
Re: how to change the no of characters , numerical letters in trusted mode.
I just wanna know , does trusted system refer /etc/default/security ?
-Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 10:39 PM
03-05-2006 10:39 PM
Re: how to change the no of characters , numerical letters in trusted mode.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 02:52 AM
03-06-2006 02:52 AM
Re: how to change the no of characters , numerical letters in trusted mode.
In the /etc/default/security file you can have such statements as:
PASSWORD_HISTORY_DEPTH=
PASSWORD_MIN_UPPER_CASE_CHARS=
PASSWORD_MIN_LOWER_CASE_CHARS=
PASSWORD_MIN_DIGIT_CHARS=
PASSWORD_MIN_SPECIAL_CHARS=
That define the values enforced by a trusted system.
These are almost mandatory now for SOX servers or you'll get dinged in a SOX audit.
You should also look at the /tcb/files/auth/system/default file because that's where you set PW values such as lifetime, minimum time between changes, max PW entry tries, PW max length & several more.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 11:08 AM
03-06-2006 11:08 AM
Re: how to change the no of characters , numerical letters in trusted mode.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 07:13 PM
03-06-2006 07:13 PM
Re: how to change the no of characters , numerical letters in trusted mode.
see.. my /etc/default/security is like this
******************************************
ABORT_LOGIN_ON_MISSING_HOMEDIR=1
MIN_PASSWORD_LENGTH=8
PASSWORD_HISTORY_DEPTH=3
#PASSWORD_MIN_SPECIAL_CHARS=1
SU_ROOT_GROUP=root
UMASK=027
***************************
in /etc/default/security file i mentioned minimum length is 8 and , in /tcb/files/auth/system/default i mentioned the max length is 40.
But when i change the passwd from 8 characters to >8 , i could not login to the system. i don't know what other steps to be followed up. Pls help..
regards,
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 08:42 PM
03-06-2006 08:42 PM
Re: how to change the no of characters , numerical letters in trusted mode.
did you use SAM to convert your system?
Are you using SAM to maintain/change policies?
If you are not confident in what you are doing, I would recommend always using SAM.
It's easy to make a typing mistake whilst editing files.
For your current problem:
Are you running NIS? Have a look at your /etc/nsswitch.conf file, does it only refer to files, or do you have compat mentioned?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 09:01 PM
03-06-2006 09:01 PM
Re: how to change the no of characters , numerical letters in trusted mode.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 09:02 PM
03-06-2006 09:02 PM
Re: how to change the no of characters , numerical letters in trusted mode.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 10:07 PM
03-06-2006 10:07 PM
Re: how to change the no of characters , numerical letters in trusted mode.
I have converted it using SAM only.
Is there any recommended patch to be applied before convertion.
$ uname -a
HP-UX TTLDRSAS B.11.11 U 9000/800 4204107669 unlimited-user license
regards,
Mani