- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Customized C2
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
10-25-2004 09:28 AM
10-25-2004 09:28 AM
Customized C2
I want to know if is possible to enable c2 in HPUX 11.11 and customize it.
I need to install an ISS server Sensor and I need enable audit but I don´t want any other restrictions like logging device restictions, Automatic user account expiration, forcing all passwords to conform to minimum complex requeriments, Preventing reuse of passwords, account logging restrictions, etc
How can I do that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 09:38 AM
10-25-2004 09:38 AM
Re: Customized C2
You can use sam to convert to trusted system or you can use /usr/lbin/tsconvert with -c option.
Once the system is converted, you can enable auditing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 09:41 AM
10-25-2004 09:41 AM
Re: Customized C2
After enable C2 How can I do to disable the new features like logging device restictions, Automatic user account expiration, forcing all passwords to conform to minimum complex requeriments, Preventing reuse of passwords, account logging restrictions, etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 10:15 AM
10-25-2004 10:15 AM
Re: Customized C2
Dont worry about this one. By default there is no restiction on this one. Moreover, it applies only to hard-wired terminals, not for the pseudo terminals
2) Automatical user account expiration
By default there is no expiration.
3) Password complexity
/sbin/passwd bypasses all the checks for the password validity. You can rename /usr/bin/password to soemthing else and link /usr/bin/passwd to /sbin/passwd. One problem is that, /sbin/passwd by default tries to change the password of root, not the user's as is the case with /usr/bin/passwd
4)Account logging restrictions
There are no account logging restrictions enabled by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 10:24 AM
10-25-2004 10:24 AM
Re: Customized C2
Once you enable trusting, all the accounts will be expired immediately. You will need to go into 'sam' -> Auditing and Security -> System Security Policies and disable/customize all the options that you need. If you disable everything, what you will have effectively will be the password files in a secured database.
-Sri