- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Security Policies
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-07-2001 05:40 AM
10-07-2001 05:40 AM
I want to disable the security policies on the HP 10.20 system.
Before enabling the security policies my passwd file contains the encrypted passwords which changed to * after enabling this. I want to revert these changes.
Please help.
Thanks
Manoj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2001 06:01 AM
10-07-2001 06:01 AM
Re: Security Policies
As i understand u have converted to a trusted system, that's one reason that u get an * in the password file. which showdows he password file. Try converting it back to the normal system. Or have u enabled NIS on yr system.
Hope this solves...
Regards
Dayanand Naik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2001 10:12 AM
10-07-2001 10:12 AM
SolutionLooks like your system is trusted. See if you have /tcb/auth directory structure. or do a "/usr/lbin/getprdef". It shouldn't say "your system is not trusted". If you don't get this message, then your's is a trusted system and you need to convert it back to untrusted mode. Use the command /usr/lbin/tsconvert -r to get the system back to untrusted mode and the password policies will be disabled.
You can convert it back to trusted anytime by using tsconvert command.
Else, you can use SAM to do this for you.
-Sri
/usr/lbin/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2001 11:26 AM
10-07-2001 11:26 AM
Re: Security Policies
To unconvert a trusted system, using SAM
1. Login as root or su to root.
2. Run SAM.
3. Select Auditing and Security.
4. Select Audited Events.
5. Select Actions.
6. Select Unconvert System Now? Yes
7. Exit SAM.
Or you could just run "tsconvert -r" to unconvert a trusted system.
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2001 03:03 PM
10-07-2001 03:03 PM
Re: Security Policies
Your system is definitely set as 'trusted'.
The easiest way to fix this is from the
command line:
# /usr/lbin/tsconvert -r
or you can use sam
Good Luck
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 05:09 AM
10-08-2001 05:09 AM
Re: Security Policies
Thanks a million....
System was in trusted mode ...reverted back.
Thanks u all for help.