Bug 205261

Summary: Settings for Heimdal KDC in Handbook are obsolete
Product: Documentation Reporter: Scott Loga <scott.loga>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed DUPLICATE    
Severity: Affects Many People CC: bcr
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Scott Loga 2015-12-12 02:31:48 UTC
In Section 13.5.1 of the HandBook, the /etc/rc.conf settings for a KDC are obsolete as reported by the following terminal message when attempting to start a KDC:

/etc/rc.d/kdc: WARNING: $kerberos5_server_enable is obsolete.  Use $kdc_enable instead.

In Section 13.5.1, the following change is needed:

From:
kerberos5_server_enable="YES"
kadmind5_server_enable="YES"

To:
kdc_enable="YES"
kadmind_enable="YES"
Comment 1 Scott Loga 2015-12-12 02:37:42 UTC
This issues has been addressed in #205146.  I apologize for the duplicate bug report.
Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2016-04-23 13:27:14 UTC

*** This bug has been marked as a duplicate of bug 205146 ***