Kerberos doc needs an update

From: Rick Macklem <rick.macklem_at_gmail.com>
Date: Wed, 28 Dec 2022 00:34:32 UTC
Hi,

I just set up a KDC, which is easy once you realize
that Sec. 14.5 of the FreeBSD handbook is out of date.
(I was a dummy and spent several hours installing stuff
 from ports before I realized it was all in the system,
 but the startup file in /etc/rc.d is called "kdc" and
 not "kerberos".)

In 14.5.1, kerberos5_server_enable and kadmind5_server_enable
have been renamed, although these old names still work.

Further down in 14.5.1, it says "service kerberos start",
which doens't work. It is now "service kdc start".
(This was the one that sent me on a wild goose chase.;-)

Maybe someone that can do so could patch the handbook?

Thanks, rick