Date: Wed, 19 Jul 1995 16:45:23 -0600 (MDT) From: Stephen Mathezer <mathezer@newera.ab.ca> To: Derek Laufenberg x7-4534 <laufen@sol.med.ge.com> Cc: questions@freebsd.org Subject: Re: Crypt and NIS Message-ID: <Pine.HPP.3.91.950719164012.16554C-100000@feisal.newera.ab.ca> In-Reply-To: <9507192053.AA07809@merak.med.ge.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 Jul 1995, Derek Laufenberg x7-4534 wrote: > > > > First of all, I am not in the US. > > > > I've got a FreeBSD-2.0.5 machine which I want to make an NIS client. > > I am bound up etc no problem and can ypcat passwd successfully, but I can > > not log in as any of the NIS users. > > > What OS are you running the server on? What crypt libraries are > you using? > > How about sending the output from the following command: > > ls -l /usr/lib/*cry* > > Do this for both the client and server (if server is FreeBSD box). > > Also, have you instructed the client to use NIS? Use vipw to > add a line into the master.passwd file. The line to add is > +::::::::: > > > Good Luck, > > Derek Laufenberg > laufen@sol.med.ge.com > The NIS server is running AIX 3.2.5 I can ypcat passwd no problem. An ls of NFS mounted directories translates the uids and gids properly. The only problem is with NIS users logging in. These are all the crypt libraries I have. libdescrypt.a was the result of compiling the secrdist. I have tried linking libcrypt.a to libdescrypt.a with no results. lrwxr-xr-x 1 bin bin 11 Jul 19 15:38 /usr/lib/libcrypt.a -> libscrypt.a lrwxr-xr-x 1 bin bin 16 Jul 19 15:38 /usr/lib/libcrypt.so.2.0 -> libscrypt.so.2.0 lrwxr-xr-x 1 bin bin 15 Jul 19 15:38 /usr/lib/libcrypt_p.a -> libdescrypt_p.a -r--r--r-- 1 bin bin 6068 Jul 19 15:36 /usr/lib/libdescrypt.a -r--r--r-- 1 bin bin 7226 Jul 19 15:36 /usr/lib/libdescrypt_p.a -r--r--r-- 1 bin bin 4576 Jun 10 09:47 /usr/lib/libscrypt.a -r--r--r-- 1 bin bin 12755 Jun 10 09:47 /usr/lib/libscrypt.so.2.0 As I said, everything to do with NIS seems to work *except* logins. What steps must I perform to allow my 2.0.5 box to be an NIS client with an AIX 3.2.5 server? Thanks -Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.HPP.3.91.950719164012.16554C-100000>