From nobody@FreeBSD.org  Sun Jul 23 19:36:59 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1ECA316A4DA
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Jul 2006 19:36:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E153743D49
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Jul 2006 19:36:58 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k6NJawWM065144
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Jul 2006 19:36:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k6NJawtm065143;
	Sun, 23 Jul 2006 19:36:58 GMT
	(envelope-from nobody)
Message-Id: <200607231936.k6NJawtm065143@www.freebsd.org>
Date: Sun, 23 Jul 2006 19:36:58 GMT
From: Steve Mitchell <stevemit@pacbell.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Handbook addition request -- MIT kerberos
X-Send-Pr-Version: www-2.3

>Number:         100764
>Category:       docs
>Synopsis:       Handbook addition request -- MIT kerberos
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 23 19:40:13 GMT 2006
>Closed-Date:    Tue Oct 10 02:44:32 GMT 2006
>Last-Modified:  Tue Oct 10 02:50:18 GMT 2006
>Originator:     Steve Mitchell
>Release:        6.1 Production
>Organization:
>Environment:
>Description:
In the FreeBSD Handbook section 14.8.7, "Differences with the MIT port", it would be very helpful if the following information were included.  This information is unique to FreeBSD and is not found in the MIT documentation or the O'Reilly Kerberos book.

  --Steve
--------------------------------

The file /etc/rc.conf must be modified to point to the MIT server implementations on the master and slave KDC.  An example /etc/rc.conf excerpt for a master KDC is

# kerberos
# Override server locations with MIT implementation paths
# (/etc/default/rc.conf points to Heimdal implementations)
kerberos5_server="/usr/local/sbin/krb5kdc"
kadmind5_server="/usr/local/sbin/kadmind"
kerberos5_server_enable="YES"
kadmind5_server_enable="YES"

Other MIT kerberos applications are installed by default at
/usr/local/bin/kinit    (Heimdal: /usr/bin/kinit)
/usr/local/sbin/kadmin  (Heimdal: /usr/bin/kadmin)


>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Tue Oct 10 02:43:47 UTC 2006 
State-Changed-Why:  
I've added some relevent text.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Tue Oct 10 02:43:47 UTC 2006 
Responsible-Changed-Why:  
Over to me. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100764 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/100764: commit references a PR
Date: Tue, 10 Oct 2006 02:43:50 +0000 (UTC)

 trhodes     2006-10-10 02:43:40 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/security chapter.sgml 
   Log:
   In cases of MIT kerberos, the rc.conf values will be different along with
   binary locations; note this.
   
   PR:             100764
   
   Revision  Changes    Path
   1.299     +12 -0     doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
