From owner-freebsd-questions Thu Apr 13 12:27:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from symonds.net (adsl-63-194-20-32.dsl.lsan03.pacbell.net [63.194.20.32]) by hub.freebsd.org (Postfix) with ESMTP id AD1D237BB3D for ; Thu, 13 Apr 2000 12:27:55 -0700 (PDT) (envelope-from mark@symonds.net) Received: from mark.symonds.net (puggy) [192.168.1.3] by symonds.net with smtp (Exim 3.12 #1 (Debian)) id 12fpB5-0001q0-00; Thu, 13 Apr 2000 12:21:23 -0700 Message-ID: <015001bfa57f$b6aa31a0$0301a8c0@symonds.net> From: "Mark Symonds" To: "Rahul Siddharthan" Cc: References: <00f101bfa57b$29d74f00$0301a8c0@symonds.net> <20000414003245.B14686@theory7.physics.iisc.ernet.in> Subject: Re: NIS client not verifying users Date: Thu, 13 Apr 2000 12:37:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Rahul Siddharthan" To: "Mark Symonds" Cc: Sent: Thursday, April 13, 2000 12:02 PM Subject: Re: NIS client not verifying users > > I am trying to get FreeBSD to work as an NIS client with the > > master server being a Linux box. I attempt to login > > to the FreeBSD machine from the Linux box and get "login > > incorrect" after typing in the password. > > Check that /usr/lib/libcrypt.* on the FreeBSD machine are > symlinks to the appropriate libraries (/usr/lib/libdescrypt.*)? > Hi, thanks much for the response. It looks like the wrong libs are in fact installed?: su-2.02# ls -l /usr/lib/*crypt* lrwxrwxrwx 1 root wheel 11 Apr 12 16:18 /usr/lib/libcrypt.a -> libscrypt.a lrwxrwxrwx 1 root wheel 12 Apr 12 16:18 /usr/lib/libcrypt.so -> libscrypt.so lrwxrwxrwx 1 root wheel 14 Apr 12 16:18 /usr/lib/libcrypt.so.2 -> libscrypt.so.2 lrwxrwxrwx 1 root wheel 13 Apr 12 16:21 /usr/lib/libcrypt_p.a -> libscrypt_p.a -r--r--r-- 1 root wheel 6198 Feb 15 1999 /usr/lib/libscrypt.a lrwxrwxrwx 1 root wheel 14 Apr 12 16:18 /usr/lib/libscrypt.so -> libscrypt.so.2 -r--r--r-- 1 root wheel 7607 Feb 15 1999 /usr/lib/libscrypt.so.2 -r--r--r-- 1 root wheel 6688 Feb 15 1999 /usr/lib/libscrypt_p.a su-2.02# I'm surprised, because I specifically selected DES during the install. I also found the following libs: /usr/lib/compat/aout/libdes.so.3.0 /usr/lib/compat/aout/libdescrypt.so.2.0 Am I right in saying that md5 passwords usually begin with a $1? Both systems do not have passwords that begin with this. I'm running FreeBSD 3.1-RELEASE (GENERIC). -- Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message