- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Passwd settings
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-20-2002 09:08 AM
03-20-2002 09:08 AM
I have two quesitons about the passwd configuration,
1) How can I Force the long of the passwd at less 8 characteres whiout using trusted system?
2) How can I configure the SHADOW PASSWD?
I??m using a HP-UX 11.0
Please Help me!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 09:12 AM
03-20-2002 09:12 AM
SolutionIf you are a C programmer then you can code your own replacement for passwd and/or yppasswd and put whatever rules and policies you like into the passwd command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 09:19 AM
03-20-2002 09:19 AM
Re: Passwd settings
You must convert your system to a trusted system, you can do it with SAM.
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 10:06 AM
03-20-2002 10:06 AM
Re: Passwd settings
Note: VxFS file systems do not currently support Access Control
Lists (ACLs). If you currently have one or more VxFS file systems in
use, these file systems will not contain ACLs after conversion to
Trusted Systems.
Do you want to continue?
What meas this message?
I have VXFS File systems whitout OnlineJFS software.
Tnks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 10:57 AM
03-20-2002 10:57 AM
Re: Passwd settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 01:41 AM
03-21-2002 01:41 AM
Re: Passwd settings
>1) How can I Force the long of the passwd at >less 8 characteres whiout using trusted >system?
You can actually do this on trusted and non-trusted systems using the /etc/default/security file, just add the line:
MIN_PASSWORD_LENGTH=8
to the end of it. Note, this does require IIRC December 2000 patches to work.
>2) How can I configure the SHADOW PASSWD?
On HP you can't. The /etc/shadow file, commonly found on Sun, Linux etc doesn't exist on HP. If you set the system to Trusted (/usr/lbin/tsconvert) then HP will store all priveledged account information (including password) in the /tcb structure.
dave