https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205261
Bug ID: 205261
Summary: Settings for Heimdal KDC in Handbook are obsolete
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
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"
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"