From owner-freebsd-questions Tue Apr 1 04:35:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA29040 for questions-outgoing; Tue, 1 Apr 1997 04:35:16 -0800 (PST) Received: from dorotech.fr (mail.dorotech.fr [193.56.144.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA29035 for ; Tue, 1 Apr 1997 04:35:09 -0800 (PST) Received: from fritz.UUCP (uucp@localhost) by dorotech.fr (8.6.12/8.6.10) with UUCP id OAA26710; Tue, 1 Apr 1997 14:37:26 +0200 Received: from pchot4 by fritz.dorotech.fr (4.1/SMI-4.1) id AA11620; Tue, 1 Apr 97 14:25:24 +0200 Message-Id: <33410091.41C67EA6@dorotech.fr> Date: Tue, 01 Apr 1997 12:33:21 +0000 From: Patrice BLEUZE X-Mailer: Mozilla 2.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) Mime-Version: 1.0 To: Stan Brown Cc: Free BSD Questions list Subject: Re: How to tell if a system has DES installed References: <199703300515.AAA13771@netcom8.netcom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Stan Brown wrote: > > I am wondering how to tell if a given FreeBSD has DES installed or > not. > > Here is the situation. U have a FreeBSD box that I *think* I > specified DES libs on. But now I am trying to get NIS to work with > it. I can ypcat the passwd file from another machine OK. But if I > change my login to +stan, instead o stan. I can't get longed in. It seems > to me that one possibility is differing encryptions. > > What else should I check? > > Thanks. > > -- > Stan Brown stanb@netcom.com 404-996-6955 > Factory Automation Systems > Atlanta Ga. > -- > Look, look, see Windows 95. Buy, lemmings, buy! > Pay no attention to that cliff ahead... Henry Spencer > (c) 1997 Stan Brown. Redistribution via the Microsoft Network is prohibited. First, sorry for my incorrect english ! Check the /usr/lib and /usr/include directories. If DES is installed on your system, the libdescrypt.a, libdescrypt_p.a, libdescrypt.so.2.0 libraries and des.h header file must be installed. You can also try : man des_crypt to see if the DES man pages are installed. Finally, you can try the bdes binary program. pbl