[16939] in Kerberos-V5-bugs
[krbdev.mit.edu #9125] Documentation__Contributing to the MIT
daemon@ATHENA.MIT.EDU (Jon Moore via RT)
Fri May 24 11:15:47 2024
From: "Jon Moore via RT" <rt-comment@kerborg-prod-app-1.mit.edu>
In-Reply-To: <CAHjhDsfem34be5QxhMb8QUxZBC8+-caQDAa344mTHwqZ4Ayegg@mail.gmail.com>
Message-ID: <rt-4.4.3-2-3520930-1716563740-1717.9125-4-0@kerborg-prod-app-1.mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #9125":;
Content-Type: multipart/mixed; boundary="----------=_1716563740-3520930-0"
Date: Fri, 24 May 2024 11:15:40 -0400
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Reply-To: rt-comment@kerborg-prod-app-1.mit.edu
Errors-To: krb5-bugs-bounces@mit.edu
This is a multi-part message in MIME format...
------------=_1716563740-3520930-0
Content-Type: text/plain; charset="utf-8"
Fri May 24 11:15:40 2024: Request 9125 was acted upon.
Transaction: Ticket created by jonmoore@redhat.com
Queue: krb5
Subject: Documentation__Contributing to the MIT Kerberos Documentation
Owner: Nobody
Requestors: jonmoore@redhat.com
Status: new
Ticket <URL: http://kerborg-prod-app-1.mit.edu/rt/Ticket/Display.html?id=9125 >
Hello!
I noticed an oddity in the Realm configuration decisions doc, the bit for
_kerberos-adm._tcp doesn't seem to be formatted properly. I've attached a
quick patch that I believe corrects this using the source from the Github
mirror, though honestly I'm not even sure if that's the right codebase.
If you have only one KDC, or for whatever reason there is no
accessible KDC that would get database changes faster than the
- others, you do not need to define this entry. _kerberos-adm._tcp
+ others, you do not need to define this entry.
+_kerberos-adm._tcp
This should list port 749 on your primary KDC. Support for it is
not complete at this time, but it will eventually be used by the
:ref:`kadmin(1)` program and related utilities. For now, you will
This is a very minor thing, and honestly I'm not entirely sure if it's
even incorrect. If this is by design, sorry for the noise!
Thanks!
Jon Moore
------------=_1716563740-3520930-0
Content-Type: text/x-patch; charset="ascii"; name="doc-update.patch"
Content-Disposition: attachment; filename="doc-update.patch"
Content-Transfer-Encoding: 7bit
Content-ID: <f_lw0vmzn10>
RT-Attachment: 9125/102388/25331
diff --git a/doc/admin/realm_config.rst b/doc/admin/realm_config.rst
index 35e4857e5..9f5ad5074 100644
--- a/doc/admin/realm_config.rst
+++ b/doc/admin/realm_config.rst
@@ -156,7 +156,8 @@ _kerberos-master._udp
If you have only one KDC, or for whatever reason there is no
accessible KDC that would get database changes faster than the
- others, you do not need to define this entry. _kerberos-adm._tcp
+ others, you do not need to define this entry.
+_kerberos-adm._tcp
This should list port 749 on your primary KDC. Support for it is
not complete at this time, but it will eventually be used by the
:ref:`kadmin(1)` program and related utilities. For now, you will
------------=_1716563740-3520930-0
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs
------------=_1716563740-3520930-0--