Date: Wed, 21 Mar 2001 23:34:56 -0800 (PST) From: Gordon Tetlow <gordont@bluemtn.net> To: Jordan Hubbard <jkh@osd.bsdi.com> Cc: <kris@obsecurity.org>, <mohacsi@ik.bme.hu>, <stable@FreeBSD.ORG>, <jkh@FreeBSD.ORG> Subject: Re: Is it necessary install kerberos in FreeBSD 4.2 and 4.3? Message-ID: <Pine.BSF.4.33.0103212332550.4580-100000@sdmail0.sd.bmarts.com> In-Reply-To: <20010321131005M.jkh@osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0103212332550.4580-100000>
