HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: NIS set with encrypted password exposure!!
Operating System - Tru64 Unix
1829420
Members
2393
Online
109991
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-26-2005 08:28 PM
04-26-2005 08:28 PM
NIS set with encrypted password exposure!!
Hi all, Got this query from one of the customer to check if:
1. Is NIS enabled on a cluster environment?
2. If so, is NIS set with encrypted password exposure?
How do we check this? I check if NIS is implemented by grep'ing for '+' in /etc/passwd. Sure there would be a much better way to do so.
Thanks.
1. Is NIS enabled on a cluster environment?
2. If so, is NIS set with encrypted password exposure?
How do we check this? I check if NIS is implemented by grep'ing for '+' in /etc/passwd. Sure there would be a much better way to do so.
Thanks.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 03:56 AM
04-27-2005 03:56 AM
Re: NIS set with encrypted password exposure!!
NIS is not enabled by default on single systems or clusters. grep'ing for "+" in /etc/passwd is probably the easiest way to check if NIS has been enabled for the passwd map, but this won't necessarily tell you if NIS is currently enabled on your system.
The way to tell if NIS is enabled on your system is the command:
rcmgr get NIS_CONF
if the answer is "YES", NIS is currently configured on your system.
Tru64 UNIX does not have NIS+, only NIS. If NIS is enabled on your system and for the password map, any encrypted passwords in the passwd map will be visible to all users (for example with the ypcat command).
There are a couple ways around this that I know:
1) Don't use NIS
2) Use Enhanced Security
If you use Enhanced Security, and don't use the C1CRYPT encryption method (which says to put the encrypted passwords in the passwd map) the encrypted passwords will be in the prpasswd map which is not visible to other users except for root. The problem with using Enhanced Security is that it is only compatible with other Tru64 UNIX systems. So, this wouldn't be an option in a multivendor environment.
Ann
The way to tell if NIS is enabled on your system is the command:
rcmgr get NIS_CONF
if the answer is "YES", NIS is currently configured on your system.
Tru64 UNIX does not have NIS+, only NIS. If NIS is enabled on your system and for the password map, any encrypted passwords in the passwd map will be visible to all users (for example with the ypcat command).
There are a couple ways around this that I know:
1) Don't use NIS
2) Use Enhanced Security
If you use Enhanced Security, and don't use the C1CRYPT encryption method (which says to put the encrypted passwords in the passwd map) the encrypted passwords will be in the prpasswd map which is not visible to other users except for root. The problem with using Enhanced Security is that it is only compatible with other Tru64 UNIX systems. So, this wouldn't be an option in a multivendor environment.
Ann
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP