From owner-freebsd-questions Thu Jun 15 17:43:01 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA15215 for questions-outgoing; Thu, 15 Jun 1995 17:43:01 -0700 Received: from nic.iii.net (nic.iii.net [199.232.40.3]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA15209 for ; Thu, 15 Jun 1995 17:43:00 -0700 Received: from iii.net (iii1.iii.net [199.232.40.10]) by nic.iii.net (8.6.8/8.6.6) with ESMTP id UAA17658 for ; Thu, 15 Jun 1995 20:43:00 -0400 Received: from iii2.iii.net (iii2.iii.net [199.232.40.11]) by iii.net (8.6.8/8.6.6) with ESMTP id UAA04548; Thu, 15 Jun 1995 20:42:36 -0400 From: Eric C Buda Received: (root@localhost) by iii2.iii.net (8.6.11/8.6.6) id UAA03140; Thu, 15 Jun 1995 20:42:52 -0400 Date: Thu, 15 Jun 1995 20:42:52 -0400 Message-Id: <199506160042.UAA03140@iii2.iii.net> To: freebsd-questions@freebsd.org Subject: Password encryption on 2.0.5? Cc: eric@iii.net Sender: questions-owner@freebsd.org Precedence: bulk I want to upgrade to 2.0.5 from 1.1.5 but my 1.1.5 don't use libcrypt, but it seems, at least from the src that I downloaded, that that is what 2.0.5 does. I think, correct me if I'm wrong, that my current passwords on 1.1.5 are the short 13 character MD5 encrypted passwords. With the 2.0.5 my passwords are the 20 character encrypted passwords, and with the secure dist they are the short 13 character DES encrypted passwords. When I saw that the DES encrypted passwords the the short 13 character, I thought perhaps I was using DES on my other machines, but I have no libcrypt libraries at all on my other machines. I then compaired some Makefiles from the two versions and noticed that 2.0.5 doesn't check to see if there is a libcrypt.a, it just puts a -lcrypt in regardless. I've experimented and can't find the configuration that is compatible with my current password encryption. Any help would be appreciated. Eric