From owner-freebsd-questions Thu Mar 30 22:25:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mcferrin.cs.colostate.edu (mcferrin.CS.ColoState.EDU [129.82.45.122]) by hub.freebsd.org (Postfix) with ESMTP id A324337B806 for ; Thu, 30 Mar 2000 22:25:43 -0800 (PST) (envelope-from kunze@CS.ColoState.EDU) Received: from localhost (kunze@localhost) by mcferrin.cs.colostate.edu (8.9.3/8.9.3) with ESMTP id XAA21598; Thu, 30 Mar 2000 23:25:37 -0700 (MST) Date: Thu, 30 Mar 2000 23:25:37 -0700 (MST) From: "Small, but frustrating." To: Konrad Heuer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: binding to a linux NIS server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 30 Mar 2000, Konrad Heuer wrote: [snip] > > Try to install the DES encryption subsystem (CRYPTO). Probably, you're > running md5 encryption out of the box which is not compatible to DES on > your NIS server. > it looks like i am using DES. i get: [root@kalaratri]#ll /usr/lib/*crypt* lrwxr-xr-x 1 root wheel 13 Mar 22 05:21 /usr/lib/libcrypt.a -> libdescrypt.a lrwxr-xr-x 1 root wheel 14 Mar 22 05:21 /usr/lib/libcrypt.so -> libdescrypt.so lrwxr-xr-x 1 root wheel 16 Mar 22 05:21 /usr/lib/libcrypt.so.2 -> libdescrypt.so.2 lrwxr-xr-x 1 root wheel 15 Mar 22 05:21 /usr/lib/libcrypt_p.a -> libdescrypt_p.a -r--r--r-- 1 root wheel 1089776 Mar 22 05:37 /usr/lib/libcrypto.a lrwxr-xr-x 1 root wheel 14 Mar 22 05:38 /usr/lib/libcrypto.so -> libcrypto.so.1 -r--r--r-- 1 root wheel 655796 Mar 22 05:37 /usr/lib/libcrypto.so.1 -r--r--r-- 1 root wheel 1163664 Mar 22 05:37 /usr/lib/libcrypto_p.a -r--r--r-- 1 root wheel 15640 Mar 22 05:21 /usr/lib/libdescrypt.a lrwxr-xr-x 1 root wheel 16 Mar 22 05:21 /usr/lib/libdescrypt.so -> libdescrypt.so.2 -r--r--r-- 1 root wheel 10296 Mar 22 05:21 /usr/lib/libdescrypt.so.2 -r--r--r-- 1 root wheel 17574 Mar 22 05:21 /usr/lib/libdescrypt_p.a -r--r--r-- 1 root wheel 8824 Mar 22 05:21 /usr/lib/libscrypt.a lrwxr-xr-x 1 root wheel 14 Mar 22 05:21 /usr/lib/libscrypt.so -> libscrypt.so.2 -r--r--r-- 1 root wheel 5084 Mar 22 05:21 /usr/lib/libscrypt.so.2 -r--r--r-- 1 root wheel 9470 Mar 22 05:21 /usr/lib/libscrypt_p.a also, i compiled the sample program shown on the FreeBSD NIS howto, which requests available user information, and i get all the information about NIS account except the password. for instance: name.....: [beth] password.: [x] user id..: [1005] group id.: [1005] gecos....: [Beth Graham,69,4840841,] directory: [/home/beth] shell....: [/usr/local/bin/bash] all the yp utilities work as advertised (ypwhich, ypcat, etc) and my hosts tables, user and group lists (for listing file owners) work fine. the only thing that is not working is the passwords. [this space irrationally left blank] matt kunze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message