Networking Forums

Networking Forums > Computer Networking > Linux Networking > Linux NIS Server with Solaris NIS Client

Reply
Thread Tools Display Modes

Linux NIS Server with Solaris NIS Client

 
 
tdenham@cfl.rr.com
Guest
Posts: n/a

 
      09-03-2005, 09:08 PM
I have a Linux NIS server setup that appears to work just fine, however
when I try to use a Solaris client the password is not accepted.

I know NIS is working fine because if I use an encrypted password from
the Solaris shadow file by pasting into the Linux shadow file the NIS
client works perfect. However if I generate a password on Linux the
NIS client fails.

The Linux NIS server creates a much longer encryped password compared
to the Solaris client.

I'm using SuSE 9.2 and Solaris 2.6.

Is there a way to make Solaris recognize the longer Linux encryption or
else make the Linux encryption shorter?

Thanks.

 
Reply With Quote
 
 
 
 
Bob Hauck
Guest
Posts: n/a

 
      09-04-2005, 01:34 AM
On 3 Sep 2005 14:08:07 -0700, (E-Mail Removed) <(E-Mail Removed)> wrote:

> I have a Linux NIS server setup that appears to work just fine, however
> when I try to use a Solaris client the password is not accepted.


> The Linux NIS server creates a much longer encryped password compared
> to the Solaris client.


Sounds like maybe you have md5 passwords enabled. Solaris doesn't like
those.


> I'm using SuSE 9.2 and Solaris 2.6.
>
> Is there a way to make Solaris recognize the longer Linux encryption or
> else make the Linux encryption shorter?


I don't think Solaris 2.6 will use the md5 passwords, although I'm
willing to be proven wrong on that. You can, however, make Linux use
the shorder des passwords. This is normally controlled by PAM, I
believe SuSE configures it through YAST nowadays.

To do it by hand, look for a file under pam.d that has a line like:

password required pam_unix.so nullok obscure min=4 max=8 md5

Remove the "md5" to create regular des passwords. You'll have to
re-enter your passwords of course to get them to use the new format.


--
-| Bob Hauck
-| A proud member of the reality-based community.
-| http://www.haucks.org/
 
Reply With Quote
 
tdenham@cfl.rr.com
Guest
Posts: n/a

 
      09-05-2005, 11:48 PM
That definitely sounds like my problem! Thanks for the quick response
Bob. I'll give that a try and see how it goes.

 
Reply With Quote
 
tdenham@cfl.rr.com
Guest
Posts: n/a

 
      09-06-2005, 01:15 PM
Made changes this morning...Changing to DES worked! Thanks Bob!

Bob Hauck wrote:
> On 3 Sep 2005 14:08:07 -0700, (E-Mail Removed) <(E-Mail Removed)> wrote:
>
> > I have a Linux NIS server setup that appears to work just fine, however
> > when I try to use a Solaris client the password is not accepted.

>
> > The Linux NIS server creates a much longer encryped password compared
> > to the Solaris client.

>
> Sounds like maybe you have md5 passwords enabled. Solaris doesn't like
> those.
>
>
> > I'm using SuSE 9.2 and Solaris 2.6.
> >
> > Is there a way to make Solaris recognize the longer Linux encryption or
> > else make the Linux encryption shorter?

>
> I don't think Solaris 2.6 will use the md5 passwords, although I'm
> willing to be proven wrong on that. You can, however, make Linux use
> the shorder des passwords. This is normally controlled by PAM, I
> believe SuSE configures it through YAST nowadays.
>
> To do it by hand, look for a file under pam.d that has a line like:
>
> password required pam_unix.so nullok obscure min=4 max=8 md5
>
> Remove the "md5" to create regular des passwords. You'll have to
> re-enter your passwords of course to get them to use the new format.
>
>
> --
> -| Bob Hauck
> -| A proud member of the reality-based community.
> -| http://www.haucks.org/


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux NFS client to Solaris 8 NFS Server uberlinuxguy@gmail.com Linux Networking 0 10-16-2007 08:52 PM
Mounting nfs from solaris client on linux server Thomas Richter Linux Networking 0 08-04-2007 03:18 PM
Solaris NIS server and Linux NIS client : problems Srihari Raghavan Linux Networking 8 09-07-2004 11:38 PM
nfs strange failures (getfh, linux server, solaris client) Chris Phillips Linux Networking 2 07-01-2004 07:25 PM
solaris NFS hangs on linux client Monte Ohrt Linux Networking 1 06-27-2003 09:35 PM



1 2 3 4 5 6 7 8 9 10 11