- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RHEL AS 3 is NIS server, but cannot login using NI...
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
03-13-2006 08:54 PM
03-13-2006 08:54 PM
RHEL AS 3 is NIS server, but cannot login using NIS id from AIX and HP-Unix NIS clients.
We have a RHEL AS 3 in our lab serving as NIS server. We have Linux, Solaris, hp-unix & AIX NIS clients.
I can use NIS id to login from Linux and Solaris, but cannot login from AIX and HP-Unix.
Does linux have any limitation or I am surely missing some configuration. Please suggest or point me in the right direction.
Thanks & Regards,
-GnanaShekar-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 09:36 PM
03-13-2006 09:36 PM
Re: RHEL AS 3 is NIS server, but cannot login using NIS id from AIX and HP-Unix NIS clients.
What version of NIS are you using?
Also have you checked the nsswitch files on the other unix clients...it should have nis listed.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 10:45 PM
03-13-2006 10:45 PM
Re: RHEL AS 3 is NIS server, but cannot login using NIS id from AIX and HP-Unix NIS clients.
In order to stop using shadow passwords-edit
/var/yp/Makefile
make sure the MERGE_PASSWD line looks like this:
MERGE_PASSWD=false
then do:
make -C /var/yp
hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 12:18 AM
03-14-2006 12:18 AM
Re: RHEL AS 3 is NIS server, but cannot login using NIS id from AIX and HP-Unix NIS clients.
A little bad news for you.
HP-UX NIS clients can not authenticate to a NIS server on Linux that uses shadow passwords. This is a known problem, which is why we use HP-UX for NIS domain master.
You may be able to get around it by installing shadow password software on HP-UX.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword
There is probably an AIX equivalent, and I can not say for certain the issue with AIX is the same.
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
03-16-2006 11:26 PM
03-16-2006 11:26 PM
Re: RHEL AS 3 is NIS server, but cannot login using NIS id from AIX and HP-Unix NIS clients.
Is your HP-UX a trusted machine? If so NIS won't work. If your HP-UX is not in Trusted mode, you have to disable MD5 and Shadow in your Linux NIS Server. Run authconfig to do that and reboot the Linux box in order to take effect.