From owner-freebsd-questions Mon Oct 28 22:17:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F7D737B401 for ; Mon, 28 Oct 2002 22:17:38 -0800 (PST) Received: from mx01.nexgo.de (mx01.nexgo.de [151.189.8.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id B201D43E6E for ; Mon, 28 Oct 2002 22:17:37 -0800 (PST) (envelope-from Sebastian.Boldt@arcor.de) Received: from Dozer.gismos.org (dsl-212-144-195-133.arcor-ip.net [212.144.195.133]) by mx01.nexgo.de (Postfix) with SMTP id 915F13BD08 for ; Tue, 29 Oct 2002 07:17:30 +0100 (CET) Date: Tue, 29 Oct 2002 08:00:50 +0100 From: Sebastian Boldt To: freebsd-questions@freebsd.org Subject: Re: MIT Kerberos Message-Id: <20021029080050.690d9cb7.Sebastian.Boldt@arcor.de> In-Reply-To: <20021028194948.GB240@earth.dpsca.bg> References: <20021028210801.494077a8.Sebastian.Boldt@arcor.de> <20021028194948.GB240@earth.dpsca.bg> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 28 Oct 2002 21:49:48 +0200 "D. Penev" wrote: > On Mon, Oct 28, 2002 at 09:08:01PM +0100, Sebastian Boldt wrote: > >Date: Mon, 28 Oct 2002 21:08:01 +0100 > >From: Sebastian Boldt > >To: freebsd-questions@freebsd.org > > > >Hello, > > > >how do I make buildworld and let it compile > >the MIT Kerberos V port as the system kerberos > >instead of heimdal? > > You cann't compile MIT Kerberos with buildworld, instead > install kerberos port (/usr/ports/security/krb5), if you have > any lines for kerberos in make.conf comment them, leave uncomment > only KRB5_HOME=/usr/local and make buildworld. > > > > >thanks in advance... > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > -- > Regards, > D. Penev > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message But what do I do with ssh and sshd when I want them to authenticate through krb? Okay, sshd can be pam'nized, but wat about ssh? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message