- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- The “/etc/shadow” file
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
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
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-04-2008 02:00 AM
06-04-2008 02:00 AM
The “/etc/shadow” file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 02:19 AM
06-04-2008 02:19 AM
Re: The “/etc/shadow” file
If you convert the the shadow file you can able to get the /etc/shadow file.The process is, just run the command
#pwconv
then your shadow file will create.
If you have the /etc/shadow file, it means you have enable shadow file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 02:21 AM
06-04-2008 02:21 AM
Re: The “/etc/shadow” file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 02:24 AM
06-04-2008 02:24 AM
Re: The “/etc/shadow” file
If it's not there you can't find it :)
It maybe that you are using hp-ux server in trusted mode.(it uses files stored under /tcb/files/)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 02:37 AM
06-04-2008 02:37 AM
Re: The “/etc/shadow” file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 02:50 AM
06-04-2008 02:50 AM
Re: The “/etc/shadow” file
Shadow Password is available from http://software.hp.com for versions of HP-UX above version 11.11 inclusive.
/etc/shadows is not part of the standard HP-UX installation.
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-04-2008 02:51 AM
06-04-2008 02:51 AM
Re: The “/etc/shadow” file
Normally in HP-UX either you have a trusted or Non-trusted server.
the /etc/passwd file looks like below in a trusted server
james:*:107:102:normal user:/home/james:/bin/ksh
Besides, it keeps all user information in /tcb/files/auth/j/james file
Incase of an untrusted server it is like
james:O2G4wBIu0vfIA:107:102:normal user:/home/james:/bin/ksh.
So basically the task of a shadow file is met by a trusted box.I dont see a need for a shadow file beyond that.
Hope that helps
Marvik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 04:09 AM
06-04-2008 04:09 AM
Re: The “/etc/shadow” file
"man -k shadow":
[...]
pwconv(1M) - install, update or check the /etc/shadow file
Just a thought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 06:12 AM
06-04-2008 06:12 AM
Re: The “/etc/shadow” file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 06:20 AM
06-04-2008 06:20 AM
Re: The “/etc/shadow” file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 06:29 AM
06-04-2008 06:29 AM
Re: The “/etc/shadow” file
if you are using 11.23 or higher it's already installed
to switch to shadow mode pwconv to get back to traditional passwd pwunconv