From owner-freebsd-stable Thu Jun 18 19:07:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27979 for freebsd-stable-outgoing; Thu, 18 Jun 1998 19:07:30 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27964 for ; Thu, 18 Jun 1998 19:07:25 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o29.telia.com (root@d1o29.telia.com [194.236.214.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id EAA09033 for ; Fri, 19 Jun 1998 04:07:22 +0200 (CEST) Received: from partitur.se (t1o29p117.telia.com [194.236.214.117]) by d1o29.telia.com (8.8.8/8.8.5) with ESMTP id EAA04403 for ; Fri, 19 Jun 1998 04:07:20 +0200 (MET DST) Message-ID: <3589C7C1.76534DB0@partitur.se> Date: Fri, 19 Jun 1998 04:06:57 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: stable@FreeBSD.ORG Subject: bilingual lib*crypt? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm curious: I have a few systems running with md5 crypt. Now I need to sync their passwords with some other unix dialect using NIS, and I suppose I need des crypted passwords for this to work smoothly (work at all, actually?), since that is what most other dialects use. I've read that if I install des "on top of" md5, old md5 passwords are recognized, but new ones are crypted with des (once the user changes the pw). When was this code checked into stable (about?), i.e. how old systems have this functionality? Also, my real question is this: is this part of libdescrypt? That is, will it work this way for all apps using crypt, or just for passwords? Do I need to recompile all apps using crypt, or will libc be sufficient? If the previous, have you any tips on how to find out which apps (read ports) that uses libcrypt, besides manually checking each port? /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message