From owner-freebsd-security Wed Jun 16 1:13: 3 1999 Delivered-To: freebsd-security@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 415CF1531A for ; Wed, 16 Jun 1999 01:12:59 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id KAA77617; Wed, 16 Jun 1999 10:12:54 +0200 (CEST) (envelope-from des) To: "Jordan K. Hubbard" Cc: Kris Kennaway , Evren Yurtesen , Holtor , freebsd-security@FreeBSD.ORG Subject: Re: DES & MD5? References: <5874.929496101@zippy.cdrom.com> From: Dag-Erling Smorgrav Date: 16 Jun 1999 10:12:53 +0200 In-Reply-To: "Jordan K. Hubbard"'s message of "Tue, 15 Jun 1999 18:21:41 -0700" Message-ID: Lines: 31 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Jordan K. Hubbard" writes: > It still works, thought a login.conf based scheme would certainly > eliminate an extra file. Go for it. :) Umm, actually, the part that matters in auth.conf (auth_default, which sets the default password hashing scheme) isn't used: des@des ~% current auth_getval src/bin/rcp/rcp.c: k = auth_getval("auth_list"); src/lib/libutil/Makefile: MLINKS+= auth.3 auth_getval.3 src/lib/libutil/auth.3: .Dt auth_getval 3 src/lib/libutil/auth.3: .Nm auth_getval src/lib/libutil/auth.3: .Fn auth_getval "const char *name" src/lib/libutil/auth.3: .Fn auth_getval src/lib/libutil/auth.3: .Fn auth_getval . src/lib/libutil/auth.c: auth_getval(const char *name) src/lib/libutil/auth.conf.5: .Xr auth_getval 3 src/lib/libutil/libutil.h: char *auth_getval __P((const char *name)); src/lib/libutil/property.3: .Xr auth_getval 3 src/usr.bin/passwd/passwd.c: k = auth_getval("auth_list"); src/usr.bin/rlogin/rlogin.c: k = auth_getval("auth_list"); src/usr.bin/rsh/rsh.c: k = auth_getval("auth_list"); src/usr.bin/su/su.c: k = auth_getval("auth_list"); des@des ~% current auth_default src/etc/auth.conf: # auth_default = des That's it. No reference to auth_default outside of auth.conf. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message