- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with HPUX 11.23 as NIS-Client
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-18-2007 06:07 AM
06-18-2007 06:07 AM
Problem with HPUX 11.23 as NIS-Client
I am running an NIS Server with Linux. Now I want to configure a HPUX-Server to use this NIS Server. I have don all the configuration stuff exactly as described in the documentation.
When I run YPWHICH, it shows me the right server and domain. If I run YPCAT passwd, I'll get the correct passwd entries from the server. And if I am doing an su - NISUSER, it works very well.
But if I want to log in as NISUSER directly via ssh or telnet, I'll get an login incorrect.
I assume that there is something wrong with the password encryption. As far as I could find out the linux server is runnig on MD5 while HPUX runs on DES.
How can I get HPUX to do MD5 as well or is there any other way to resolve this problem?
Thanks
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 07:50 PM
06-18-2007 07:50 PM
Re: Problem with HPUX 11.23 as NIS-Client
where you want to login Nis client or server
it is not clear from your mail
what is the operating system of your client
how you configured the master and client server, did you run yppush passwd command from master server
please clarify all points
Regads
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:08 PM
06-18-2007 08:08 PM
Re: Problem with HPUX 11.23 as NIS-Client
the Server is a LINUX System running on Novell Linux and is working well, because other Linux systems get their login informations correct. The client is running HPUX and I want to log in on this HPUX system.
The HPUX shall not become a Slaveserver, it shall only get login informations form the NIS server.
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:16 PM
06-18-2007 08:16 PM
Re: Problem with HPUX 11.23 as NIS-Client
now it is more clear
did you configure your HP server as NIS client
what is the output you are getting when you running ypwhich command on HP server
if you not configured as HP-UX as client do it and test it. once you configured
start /sbin/init.d/nis.client stop
and start
test ypcat passwd | grep user name
if you able to get nis user name then you can login, but make sure that user name is does not exist in your /etc/passwd file of hp-ux server
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:35 PM
06-18-2007 08:35 PM
Re: Problem with HPUX 11.23 as NIS-Client
as i already mentioned above i get correct responses from the NIS Server as long as i am logged in as root. Both ypwhich and ypcat are giving the right answers.
Nevertheless i get an login incorrect when i have entered the password. The userid itself is found correctly.
As i mentioned earlier i think HP UX and linux use a different encryption for the passwords. In free bsd ther is a file called login.conf where i can set the encryption method. But neither HP UX nor Linux use a file like this or i can't find it.
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:43 PM
06-18-2007 08:43 PM
Re: Problem with HPUX 11.23 as NIS-Client
and what is the output of domain name
provide me the output
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:44 PM
06-18-2007 08:44 PM
Re: Problem with HPUX 11.23 as NIS-Client
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:49 PM
06-18-2007 08:49 PM
Re: Problem with HPUX 11.23 as NIS-Client
master.boeblingen.kolt.de
and domainname gives
boeblingen.kolt.de
In the nssswitch.conf passwd and group are both set to compat.
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:55 PM
06-18-2007 08:55 PM
Re: Problem with HPUX 11.23 as NIS-Client
1. so if the user is not exisisting on the passwd file of the client and exisiting of ypcat password you can login
are you able to run ypcat passwd on hp-ux client server and get the user name
put a plus sign on bottom of your passwd file on master and client
+
and update the password file
also run ypxfrd daemon from client and try good luck
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 09:04 PM
06-18-2007 09:04 PM
Re: Problem with HPUX 11.23 as NIS-Client
Meanwhile i've found that the NIS server encrypts its passwords with blowfish method.
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 09:15 PM
06-18-2007 09:15 PM
Re: Problem with HPUX 11.23 as NIS-Client
i have changed the encryption method for new passwords to DES an now it works.
Again thanks for your help.
Peter