From 7f3445f1b734cd9161c96cc6235372d2efb6b34f Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Tue, 29 Dec 2020 18:40:29 -0800 Subject: [PATCH] Replace dead link in kerberos.8 While Ken Hornstein's FAQ was useful in its day, much of its content is no longer relevant (e.g., Kerberos 4) or even actively harmful (e.g., the latest version of MIT krb5 is not 1.2.1). It was also somewhat MIT-krb5-focused, especially relating to configuration file snippets, which is not necessarily a great fit for the Heimdal documentation. Replace it with a tutorial hosted on kerberos.org and the classic "dialogue" from Bill Bryant. Fixes: #766 --- lib/krb5/kerberos.8 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/krb5/kerberos.8 b/lib/krb5/kerberos.8 index d54ced53e..fdcea0460 100644 --- a/lib/krb5/kerberos.8 +++ b/lib/krb5/kerberos.8 @@ -71,9 +71,12 @@ or .Ic ftp , without giving your password. .Pp -For more information on how Kerberos works, and other general Kerberos -questions see the Kerberos FAQ at -.Lk http://www.cmf.nrl.navy.mil/krb/kerberos-faq.html . +For more information on how Kerberos works, see the tutorial at +.Lk https://kerberos.org/software/tutorial.html +or the informal +.Dq dialogue +at +.Lk https://web.mit.edu/kerberos/dialogue.html . .Pp For setup instructions see the Heimdal Texinfo manual. .Sh SEE ALSO