Date: 16 Jun 1999 10:12:53 +0200 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Cc: Kris Kennaway <kkennawa@physics.adelaide.edu.au>, Evren Yurtesen <yurtesen@ispro.net.tr>, Holtor <holtor@yahoo.com>, freebsd-security@FreeBSD.ORG Subject: Re: DES & MD5? Message-ID: <xzp674oef7e.fsf@flood.ping.uio.no> In-Reply-To: "Jordan K. Hubbard"'s message of "Tue, 15 Jun 1999 18:21:41 -0700" References: <5874.929496101@zippy.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Jordan K. Hubbard" <jkh@zippy.cdrom.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp674oef7e.fsf>