Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2021 21:22:59 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 024a9aa7010c - stable/13 - kerberos.8: Replace dead link
Message-ID:  <202105192122.14JLMxGF001723@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by ygy (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=024a9aa7010ce54ff05224bda1cd9f361b648c23

commit 024a9aa7010ce54ff05224bda1cd9f361b648c23
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-05-16 05:37:09 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-05-19 21:22:44 +0000

    kerberos.8: Replace dead link
    
    Replace it with a tutorial hosted on kerberos.org and the classic
    "dialogue" from Bill Bryant. The change has been reported and
    merged upstream (https://github.com/heimdal/heimdal/commit/7f3445f1b7).
    
    PR:             251854
    Reported by:    ktullavik@gmail.com
    Submitted by:   bjk (upstream github)
    Reviewed by:    bcr
    
    (cherry picked from commit 80ba60f64394fab3cda10d5921af896ed1c57c5f)
---
 crypto/heimdal/lib/krb5/kerberos.8 | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/crypto/heimdal/lib/krb5/kerberos.8 b/crypto/heimdal/lib/krb5/kerberos.8
index 94d49955180b..a4161eea5953 100644
--- a/crypto/heimdal/lib/krb5/kerberos.8
+++ b/crypto/heimdal/lib/krb5/kerberos.8
@@ -31,7 +31,7 @@
 .\"
 .\" $Id$
 .\"
-.Dd September 1, 2000
+.Dd May 15, 2021
 .Dt KERBEROS 8
 .Os HEIMDAL
 .Sh NAME
@@ -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
-.Pa http://www.nrl.navy.mil/CCS/people/kenh/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105192122.14JLMxGF001723>