From owner-freebsd-stable Wed Mar 21 23:36:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sdmail0.sd.bmarts.com (sdmail0.sd.bmarts.com [209.247.77.155]) by hub.freebsd.org (Postfix) with ESMTP id 208F437B71F; Wed, 21 Mar 2001 23:36:10 -0800 (PST) (envelope-from gordont@bluemtn.net) Received: from localhost (gordont@localhost) by sdmail0.sd.bmarts.com (8.11.3/8.11.2/BMA1.1) with ESMTP id f2M7Yui06715; Wed, 21 Mar 2001 23:34:56 -0800 (PST) Date: Wed, 21 Mar 2001 23:34:56 -0800 (PST) From: Gordon Tetlow X-X-Sender: To: Jordan Hubbard Cc: , , , Subject: Re: Is it necessary install kerberos in FreeBSD 4.2 and 4.3? In-Reply-To: <20010321131005M.jkh@osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just browsed through the sysinstall sources a bit: in dist.c: int distSetMinimum(dialogMenuItem *self) { distReset(NULL); Dists = DIST_BIN | DIST_CRYPTO; CRYPTODists |= DIST_CRYPTO_BIN; distVerifyFlags(); return DITEM_SUCCESS | DITEM_REDRAW; } and in dist.h: #define DIST_CRYPTO_BIN \ ( DIST_CRYPTO_CRYPTO | DIST_CRYPTO_KERBEROS4 | DIST_CRYPTO_KERBEROS5 ) There you have it. -gordon On Wed, 21 Mar 2001, Jordan Hubbard wrote: > It's certainly not included in -stable. The only "default crypto" > is crypto-bin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message