[krbdev.mit.edu #9125] Documentation__Contributing to the MIT Kerberos Documentation
"Jon Moore via RT" <[email protected]> Fri, 24 May 2024 11:15:40 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <rt-4.4.3-2-3520930-1716563740-1717.9125-4-0@kerborg-prod-app-1.mit.edu> |
Fri May 24 11:15:40 2024: Request 9125 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: Documentation__Contributing to the MIT Kerberos Documentation Owner: Nobody Requestors: [email protected] 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 _______________________________________________ krb5-bugs mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/krb5-bugs
doc-update.patch
(text/x-patch, 702 B)
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