yppasswd NIS problem with Freebsd client and Solaris NIS server

2003-11-05 Thread Daane, Susan J
Justin;

Did you ever get yppasswd working?

Thank you,
Susan Daane
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


yppasswd NIS problem with Freebsd client and Solaris NIS server

2003-06-25 Thread Justin Burdine
Anyone else had this problem?

All of my Freebsd boxes 4.6-4.8 connect to my Solaris 8 NIS servers with 
out any troubles.  They are able to authenticate and get all the maps 
that they need in order to operate.  However, I have never been able to 
change my NIS password from them.  Eventhough this works from all of my 
Solaris 8 NIS clients.  I have changed the default passwd_format to des 
and ran cap_mkdb.

I did run across this posting:

http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/53721

but it doesn't seem to effect 4.x... or does it?

rc.conf looks like:
nisdomainname=secs.oakland.edu
nis_client_enable=YES
followed the installation instructions found:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nis.html

anyone have any hits or tips?

Thanks,
Justin
--
Justin Burdine
Computer Network Admin.
School of Engineering
and
  Computer Science
 Oakland University
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: yppasswd NIS problem with Freebsd client and Solaris NIS server

2003-06-25 Thread Dan Nelson
In the last episode (Jun 25), Justin Burdine said:
 Anyone else had this problem?
 
 All of my Freebsd boxes 4.6-4.8 connect to my Solaris 8 NIS servers
 with out any troubles.  They are able to authenticate and get all the
 maps that they need in order to operate.  However, I have never been
 able to change my NIS password from them.  Eventhough this works from
 all of my Solaris 8 NIS clients.  I have changed the default
 passwd_format to des and ran cap_mkdb.

What error do you get?  

 I did run across this posting:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/53721

That applies to NIS servers.  Root on an NIS client has no extra privs.
 
-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: yppasswd NIS problem with Freebsd client and Solaris NIS server

2003-06-25 Thread Justin Burdine
Dan Nelson wrote:

What error do you get?  

I get the same error that was mentioned in the posting below.  I get it 
when I run as either root or user.

#yppasswd burdine
Changing NIS password for burdine on zan.
Old Password:
yppasswd: sorry
When I went parusing through the source I found where it is dying, I 
think...

line 153 in /usr/src/usr.bin/passwd/yp_passwd.c

which leads me to believe that it is a crypt problem..?  but I have 
checked all the usual suspects...  /etc/login.conf /etc/auth.conf both 
are using des.

I did run across this posting:

http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/53721
   

That applies to NIS servers.  Root on an NIS client has no extra privs. 
 



--
Justin Burdine
Computer Network Admin.
School of Engineering 
   and 
 Computer Science 
Oakland University

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]