From nobody@FreeBSD.org  Fri Feb 15 15:16:15 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id DC49137B400
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Feb 2002 15:16:14 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g1FNGEL68636;
	Fri, 15 Feb 2002 15:16:14 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200202152316.g1FNGEL68636@freefall.freebsd.org>
Date: Fri, 15 Feb 2002 15:16:14 -0800 (PST)
From: Michel Oosterhof <m.oosterhof@xs4all.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: rc.conf man page does not list the kerberos5 (heimdal) options.
X-Send-Pr-Version: www-1.0

>Number:         34982
>Category:       docs
>Synopsis:       rc.conf man page does not list the kerberos5 (heimdal) options.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 15 15:20:01 PST 2002
>Closed-Date:    Sat Mar 2 18:02:56 PST 2002
>Last-Modified:  Sat Mar 02 18:03:22 PST 2002
>Originator:     Michel Oosterhof
>Release:        4.4-STABLE
>Organization:
>Environment:
FreeBSD router 4.4-STABLE FreeBSD 4.4-STABLE #1: Sun Dec  2 14:17:46 CET 2001     root@router:/usr/obj/usr/src/sys/ROUTER  i386
>Description:
options kerberos5_server_enable and kadmind5_server_enable are
not mentioned in rc.conf(5).

This is in -STABLE, might be in -CURRENT too.
>How-To-Repeat:
      
>Fix:
This diff adds the Kerb5 options, also now mentions 'IV' at the kerb4 options.

--- rc.conf.5   Sat Feb 16 00:05:31 2002
+++ rc.conf.5.michel    Sat Feb 16 00:10:35 2002
@@ -725,7 +725,7 @@
 .Pq Vt bool
 Set to
 .Dq YES
-to start a Kerberos authentication server
+to start a Kerberos IV authentication server
 at boot time.
 .It Va kadmind_server_enable
 .Pq Vt bool
@@ -733,7 +733,7 @@
 .Dq YES
 to start
 .Xr kadmind 8 ,
-the Kerberos Administration Daemon); set to
+the Kerberos IV Administration Daemon); set to
 .Dq NO
 on a slave server.
 .It Va kerberos_stash
@@ -749,6 +749,21 @@
 .Xr kerberos 1
 and
 .Xr kadmind 8 ) .
+.It Va kerberos5_server_enable
+.Pq Vt bool
+Set to
+.Dq YES
+to start a Kerberos 5 authentication server
+at boot time.
+.It Va kadmind5_server_enable
+.Pq Vt bool
+Set to
+.Dq YES
+to start
+.Xr k5admind 8 ,
+the Kerberos 5 Administration Daemon); set to
+.Dq NO
+on a slave server.
 .It Va rwhod_enable
 .Pq Vt bool
 If set to
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sat Mar 2 18:02:56 PST 2002 
State-Changed-Why:  
Applied, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34982 
>Unformatted:
