- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- passwd Question.
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
07-26-2002 08:27 AM
07-26-2002 08:27 AM
We are running a security software which is mandatory for all of our servers. It flags the /etc/passwd file (because it looks for a shadow file may be). It does not flag /etc/passwd.nis. We are using NIS and we cannot go trusted. Is there a way we can create a shadow file so that we get thru this audit?? We can't go NIS+ as we have committed to NIS with lot of development work based on that.Please help.
Thanks
Brian.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 08:30 AM
07-26-2002 08:30 AM
Re: passwd Question.
You can do a search on this forum for discussions regarding ldap.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 08:35 AM
07-26-2002 08:35 AM
Re: passwd Question.
To answer your question, NO, there is NOT any option to create a password shadow file without going trusted, which you can't do because of NIS.
Unfortunately, that's the way it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 08:56 AM
07-26-2002 08:56 AM
Re: passwd Question.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 10:03 AM
07-26-2002 10:03 AM
Re: passwd Question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 10:44 AM
07-26-2002 10:44 AM
Re: passwd Question.
It is true that it looks for the shadow files and the * entry in the password file. But what is strange is while there are 1000+ users in /etc/passwd.nis it does not complain about the users's passwd in passwd.nis but complains about a couple of users' passwd in /etc/passwd for poor passwd combination. Wonder why?
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 10:57 AM
07-26-2002 10:57 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 11:12 AM
07-26-2002 11:12 AM
Re: passwd Question.
Got it. I can even name it as passwd.brian and make changes to the respective makefile to effect the changes is it not? Makes sense. So there is really there is nothing we can do to the few /etc/password users (basis sys group) that are getting flagged 'coz there is no shadow file. Is there not even a workaround for this that we can get thru with.
Thanks
Brian.