- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- passwd after conversion to trusted system
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
06-01-2005 01:28 AM
06-01-2005 01:28 AM
passwd after conversion to trusted system
hello,
I have read a docs about how to convert system to trusted system , but i didn't found in docs any warning about what happend for passwords after conversion,not history about the scripted passwords are moved from /etc/passwd to /tcp/files/auth database,but if i convert the system and i logout,i never have the possibilités to log in the system with the olds passwords.
please if there are anothers surprises, please inform me , or if you have link to docs about these problem , please transmit it ,because i want to convert my system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 01:34 AM
06-01-2005 01:34 AM
Re: passwd after conversion to trusted system
It is still possible to log onto the system with the old password, because the encrypted password is moved to /tcb/files/auth
You have more flexibility by setting password depth and complexity rules with Sam or in /etc/default/security
You should run the following commands prior to conversion and take appropriate action for actual users:
pwck
grpck
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 01:34 AM
06-01-2005 01:34 AM
Re: passwd after conversion to trusted system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 01:24 AM
06-02-2005 01:24 AM
Re: passwd after conversion to trusted system
thanks for your proposition,i do pwck /etc/passwd; grpck /etc/group, no error
and then i convert my system using sam
after convertion, always using sam i verifies that the aging passwords is desable,then i try to open another session using ssh but all the password are expired, in my current session i do
modprpw -v
modprpw -k user1 i had the error: user passwd file not found,even the file /tcb/files/auth/u/user1 exist
the conversion to trusted system is very inportant for my security policies, please can you help me
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 02:45 AM
06-05-2005 02:45 AM
Re: passwd after conversion to trusted system
thanks for your help; i found the solution at this link http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=884835
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 08:59 PM
06-05-2005 08:59 PM
Re: passwd after conversion to trusted system
the solution in my case: i set the parameter passwd to files in /etc/nsswitch.conf, after that i can connect to my system with all users and super user.