git: 09d69dc84a - main - [hb][security]: Fix MIT kdc command
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 11:35:09 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/doc/commit/?id=09d69dc84a2c5702b7277af9fc1fb64cb23a7773
commit 09d69dc84a2c5702b7277af9fc1fb64cb23a7773
Author: Chris Moerz <freebsd@ny-central.org>
AuthorDate: 2024-05-21 11:25:19 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-05-21 11:33:54 +0000
[hb][security]: Fix MIT kdc command
Fix kdc command in code snippet.
PR: 278640
Reported by: Jürgen Weber <weberbug@gmx.de>
Differential Revision: https://reviews.freebsd.org/D45255
---
documentation/content/en/books/handbook/security/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/security/_index.adoc b/documentation/content/en/books/handbook/security/_index.adoc
index 9f7d1566be..e746ff1314 100644
--- a/documentation/content/en/books/handbook/security/_index.adoc
+++ b/documentation/content/en/books/handbook/security/_index.adoc
@@ -1478,7 +1478,7 @@ When using MIT Kerberos as a KDC on FreeBSD, execute the following commands to a
[source,shell]
....
-# sysrc kdc_program="/usr/local/sbin/kdc"
+# sysrc kdc_program="/usr/local/sbin/krb5kdc"
# sysrc kadmind_program="/usr/local/sbin/kadmind"
# sysrc kdc_flags=""
# sysrc kdc_enable="YES"