krb5 commit [krb5-1.17]: Update man pages

Greg Hudson ghudson at mit.edu
Wed Dec 11 12:24:46 EST 2019


https://github.com/krb5/krb5/commit/a1f67dea30b56209d231b401549d4275e488b49a
commit a1f67dea30b56209d231b401549d4275e488b49a
Author: Greg Hudson <ghudson at mit.edu>
Date:   Wed Dec 11 11:14:42 2019 -0500

    Update man pages

 src/man/kadmind.man        |    2 +-
 src/man/kdb5_ldap_util.man |    2 +-
 src/man/kdc.conf.man       |    2 +-
 src/man/kinit.man          |    2 +-
 src/man/krb5.conf.man      |   24 +++++-------------------
 src/man/krb5kdc.man        |    2 +-
 6 files changed, 10 insertions(+), 24 deletions(-)

diff --git a/src/man/kadmind.man b/src/man/kadmind.man
index f624b01..1db5d32 100644
--- a/src/man/kadmind.man
+++ b/src/man/kadmind.man
@@ -1,6 +1,6 @@
 .\" Man page generated from reStructuredText.
 .
-.TH "KADMIND" "8" " " "1.18" "MIT Kerberos"
+.TH "KADMIND" "8" " " "1.17" "MIT Kerberos"
 .SH NAME
 kadmind \- KADM5 administration server
 .
diff --git a/src/man/kdb5_ldap_util.man b/src/man/kdb5_ldap_util.man
index 0522de4..36d4eb6 100644
--- a/src/man/kdb5_ldap_util.man
+++ b/src/man/kdb5_ldap_util.man
@@ -1,6 +1,6 @@
 .\" Man page generated from reStructuredText.
 .
-.TH "KDB5_LDAP_UTIL" "8" " " "1.18" "MIT Kerberos"
+.TH "KDB5_LDAP_UTIL" "8" " " "1.17" "MIT Kerberos"
 .SH NAME
 kdb5_ldap_util \- Kerberos configuration utility
 .
diff --git a/src/man/kdc.conf.man b/src/man/kdc.conf.man
index 742764a..95184e0 100644
--- a/src/man/kdc.conf.man
+++ b/src/man/kdc.conf.man
@@ -487,7 +487,7 @@ specified multiple times.  New in release 1.17.
 (List of \fIkey\fP:\fIsalt\fP strings.)  Specifies the default key/salt
 combinations of principals for this realm.  Any principals created
 through kadmin(1) will have keys of these types.  The
-default value for this tag is \fBaes256\-cts\-hmac\-sha1\-96:normal aes128\-cts\-hmac\-sha1\-96:normal des3\-cbc\-sha1:normal arcfour\-hmac\-md5:normal\fP\&.  For lists of
+default value for this tag is \fBaes256\-cts\-hmac\-sha1\-96:normal aes128\-cts\-hmac\-sha1\-96:normal\fP\&.  For lists of
 possible values, see \fI\%Keysalt lists\fP\&.
 .UNINDENT
 .SS [dbdefaults]
diff --git a/src/man/kinit.man b/src/man/kinit.man
index a3dcfe2..a2c14c7 100644
--- a/src/man/kinit.man
+++ b/src/man/kinit.man
@@ -1,6 +1,6 @@
 .\" Man page generated from reStructuredText.
 .
-.TH "KINIT" "1" " " "1.18" "MIT Kerberos"
+.TH "KINIT" "1" " " "1.17" "MIT Kerberos"
 .SH NAME
 kinit \- obtain and cache Kerberos ticket-granting ticket
 .
diff --git a/src/man/krb5.conf.man b/src/man/krb5.conf.man
index d431dce..0386188 100644
--- a/src/man/krb5.conf.man
+++ b/src/man/krb5.conf.man
@@ -76,25 +76,11 @@ fubar = {
 .UNINDENT
 .UNINDENT
 .sp
-Placing a \(aq*\(aq at the end of a line indicates that this is the \fIfinal\fP
-value for the tag.  This means that neither the remainder of this
-configuration file nor any other configuration file will be checked
-for any other values for this tag.
-.sp
-For example, if you have the following lines:
-.INDENT 0.0
-.INDENT 3.5
-.sp
-.nf
-.ft C
-foo = bar*
-foo = baz
-.ft P
-.fi
-.UNINDENT
-.UNINDENT
-.sp
-then the second value of \fBfoo\fP (\fBbaz\fP) would never be read.
+Placing a \(aq*\(aq after the closing bracket of a section name indicates
+that the section is \fIfinal\fP, meaning that if the same section appears
+within a later file specified in \fBKRB5_CONFIG\fP, it will be ignored.
+A subsection can be marked as final by placing a \(aq*\(aq after either the
+tag name or the closing brace.
 .sp
 The krb5.conf file can include other files using either of the
 following directives at the beginning of a line:
diff --git a/src/man/krb5kdc.man b/src/man/krb5kdc.man
index 062880c..d08d7da 100644
--- a/src/man/krb5kdc.man
+++ b/src/man/krb5kdc.man
@@ -1,6 +1,6 @@
 .\" Man page generated from reStructuredText.
 .
-.TH "KRB5KDC" "8" " " "1.18" "MIT Kerberos"
+.TH "KRB5KDC" "8" " " "1.17" "MIT Kerberos"
 .SH NAME
 krb5kdc \- Kerberos V5 KDC
 .


More information about the cvs-krb5 mailing list