aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2020-07-11 21:47:08 -0400
committerGreg Hudson <ghudson@mit.edu>2020-09-07 12:20:16 -0400
commit91596ae028cf458b61c03c13dee8c0b7039b8d76 (patch)
tree8b613fea3583702af642b3384c036a2f879355f3 /doc
parent10eb93809b1af06e2b1147aee2e3e50058ba1bbd (diff)
downloadkrb5-91596ae028cf458b61c03c13dee8c0b7039b8d76.zip
krb5-91596ae028cf458b61c03c13dee8c0b7039b8d76.tar.gz
krb5-91596ae028cf458b61c03c13dee8c0b7039b8d76.tar.bz2
Rename master_kdc and iprop_master_ulogsize
Use "primary_kdc" and "iprop_ulogsize" as the preferred names of the two relations. Fall back to the old keys if the new ones are not set. ticket: 8921
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/conf_files/kdc_conf.rst9
-rw-r--r--doc/admin/conf_files/krb5_conf.rst8
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/admin/conf_files/kdc_conf.rst b/doc/admin/conf_files/kdc_conf.rst
index 0ca3d86..7b1b9fc 100644
--- a/doc/admin/conf_files/kdc_conf.rst
+++ b/doc/admin/conf_files/kdc_conf.rst
@@ -222,10 +222,15 @@ The following tags may be specified in a [realms] subsection:
(Boolean value.) Specifies whether incremental database
propagation is enabled. The default value is false.
-**iprop_master_ulogsize**
+**iprop_ulogsize**
(Integer.) Specifies the maximum number of log entries to be
retained for incremental propagation. The default value is 1000.
- Prior to release 1.11, the maximum value was 2500.
+ Prior to release 1.11, the maximum value was 2500. New in release
+ 1.19.
+
+**iprop_master_ulogsize**
+ The name for **iprop_ulogsize** prior to release 1.19. Its value is
+ used as a fallback if **iprop_ulogsize** is not specified.
**iprop_replica_poll**
(Delta time string.) Specifies how often the replica KDC polls
diff --git a/doc/admin/conf_files/krb5_conf.rst b/doc/admin/conf_files/krb5_conf.rst
index 9e831d4..e4e2443 100644
--- a/doc/admin/conf_files/krb5_conf.rst
+++ b/doc/admin/conf_files/krb5_conf.rst
@@ -515,12 +515,16 @@ following tags may be specified in the realm's subsection:
host will be tried.
**master_kdc**
+ The name for **primary_kdc** prior to release 1.19. Its value is
+ used as a fallback if **primary_kdc** is not specified.
+
+**primary_kdc**
Identifies the primary KDC(s). Currently, this tag is used in only
one case: If an attempt to get credentials fails because of an
invalid password, the client software will attempt to contact the
primary KDC, in case the user's password has just been changed, and
the updated database has not been propagated to the replica
- servers yet.
+ servers yet. New in release 1.19.
**v4_instance_convert**
This subsection allows the administrator to configure exceptions
@@ -1208,7 +1212,7 @@ Here is an example of a generic krb5.conf file::
kdc = kerberos-1.mit.edu
kdc = kerberos-2.mit.edu
admin_server = kerberos.mit.edu
- master_kdc = kerberos.mit.edu
+ primary_kdc = kerberos.mit.edu
}
EXAMPLE.COM = {
kdc = kerberos.example.com