From owner-freebsd-isp Mon Nov 29 14:15:51 1999 Delivered-To: freebsd-isp@freebsd.org Received: from blackbird.lonetree.com (blackbird.lonetree.com [207.141.55.3]) by hub.freebsd.org (Postfix) with ESMTP id 770CB15531 for ; Mon, 29 Nov 1999 14:15:46 -0800 (PST) (envelope-from wolfman@csocs.com) Received: from csocs.com [209.64.46.23] by blackbird.lonetree.com with ESMTP (SMTPD32-5.01) id AAF2E8C70124; Mon, 29 Nov 1999 15:15:14 mdt Message-ID: <3842FBEF.3D8E564C@csocs.com> Date: Mon, 29 Nov 1999 15:19:27 -0700 From: "J.C. Frazier" X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jonathan Weaver Cc: freebsd-isp@FreeBSD.ORG Subject: Re: apache13-fp-modssl problem with passwords References: <3287515556.943885353@asbestos.websitefactory.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jonathan Weaver wrote: > --On Sunday, November 28, 1999 11:42 PM -0700 "J.C. Frazier" > wrote: > > > Tom wrote: > > > >> > bash-2.03# file author.exe > >> > author.exe: BSD/OS i386 compact demand paged executable > >> > >> Statically link (since it doesn't say dynamic, it has to be static), > >> and it is a BSD/OS executable, and I doubt that the crypt() function > >> on BSD/OS knows anything about MD5 passwords. > >> > >> > I also checked the service.pwd files and it is encrypting it in DES: > >> > bash-2.03# john /usr2/www/user/_vti_pvt/service.pwd > >> > Loaded 1 password (Standard DES [24/32 4K]) > >> > correctpassword (user) <--- (real pass and username left > >> > out of this e-mail) > >> > > >> > Just not sure about the process of decryption on frontpage or how the > >> > passwords are matched... > >> > >> Try a DES password in master.passwd. If frontpage works with that, > >> then you must either use DES passwords for everyone who wants to use > >> frontpage, or get RTR Software to make a FreeBSD build of the frontpage > >> executables. > >> > >> > J.C. Frazier > >> > >> Tom > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-isp" in the body of the message > > > > Very Interesting indeed. I did as you sugested and changed a users > > password in /etc/master.passwd into des. Failed login via telnet/ftp, > > and password mismatch via frontpage. I then tried it with vipw so that > > all the dbs would be updated. Same results. It seems my crypt() doesn't > > know the difference between md5, des, and a hole in it's head. > > > > Did you install the DES libraries? It is a seperate package that has to be > installed before > you can use DES. > > - Jonathan > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message Yes, DES is installed: bash-2.03# ls -l /usr/lib/*des* -r--r--r-- 1 root wheel 53118 Nov 28 21:14 /usr/lib/libdes.a lrwxr-xr-x 1 root wheel 11 Nov 28 21:14 /usr/lib/libdes.so -> libdes.so.3 -r--r--r-- 1 root wheel 35678 Nov 28 21:14 /usr/lib/libdes.so.3 -r--r--r-- 1 root wheel 56608 Nov 28 21:14 /usr/lib/libdes_p.a -r--r--r-- 1 root wheel 13018 Nov 25 22:04 /usr/lib/libdescrypt.a lrwxr-xr-x 1 root wheel 16 Nov 25 22:04 /usr/lib/libdescrypt.so -> libdescrypt.so.2 -r--r--r-- 1 root wheel 12965 Nov 25 22:04 /usr/lib/libdescrypt.so.2 -r--r--r-- 1 root wheel 14750 Nov 25 22:04 /usr/lib/libdescrypt_p.a bash-2.03# ls -l /usr/lib/*crypt* lrwxrwxrwx 1 root wheel 11 Sep 18 11:16 /usr/lib/libcrypt.a -> libscrypt.a lrwxrwxrwx 1 root wheel 12 Sep 18 11:16 /usr/lib/libcrypt.so -> libscrypt.so lrwxrwxrwx 1 root wheel 14 Sep 18 11:16 /usr/lib/libcrypt.so.2 -> libscrypt.so.2 lrwxrwxrwx 1 root wheel 13 Sep 18 11:17 /usr/lib/libcrypt_p.a -> libscrypt_p.a -r--r--r-- 1 root wheel 13018 Nov 25 22:04 /usr/lib/libdescrypt.a lrwxr-xr-x 1 root wheel 16 Nov 25 22:04 /usr/lib/libdescrypt.so -> libdescrypt.so.2 -r--r--r-- 1 root wheel 12965 Nov 25 22:04 /usr/lib/libdescrypt.so.2 -r--r--r-- 1 root wheel 14750 Nov 25 22:04 /usr/lib/libdescrypt_p.a -r--r--r-- 1 root wheel 6194 Nov 25 22:04 /usr/lib/libscrypt.a lrwxr-xr-x 1 root wheel 14 Nov 25 22:04 /usr/lib/libscrypt.so -> libscrypt.so.2 -r--r--r-- 1 root wheel 7579 Nov 25 22:04 /usr/lib/libscrypt.so.2 -r--r--r-- 1 root wheel 6684 Nov 25 22:04 /usr/lib/libscrypt_p.a J.C. Frazier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message