aboutsummaryrefslogtreecommitdiff
path: root/src/util
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 /src/util
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 'src/util')
-rw-r--r--src/util/profile/krb5.conf2
-rw-r--r--src/util/profile/profile.54
2 files changed, 3 insertions, 3 deletions
diff --git a/src/util/profile/krb5.conf b/src/util/profile/krb5.conf
index 7d38e9e..de4de84 100644
--- a/src/util/profile/krb5.conf
+++ b/src/util/profile/krb5.conf
@@ -10,7 +10,7 @@
kdc = kerberos-1.mit.edu
kdc = kerberos-2.mit.edu
kdc = kerberos-3.mit.edu
- master_kdc = kerberos.mit.edu
+ primary_kdc = kerberos.mit.edu
admin_server = kerberos.mit.edu
}
MEDIA-LAB.MIT.EDU = {
diff --git a/src/util/profile/profile.5 b/src/util/profile/profile.5
index 1b0748e..3da6557 100644
--- a/src/util/profile/profile.5
+++ b/src/util/profile/profile.5
@@ -27,7 +27,7 @@ An example profile file might look like this:
kdc = kerberos.mit.edu
kdc = kerberos-1.mit.edu
kdc = kerberos-2.mit.edu
- master_kdc = kerberos.mit.edu
+ primary_kdc = kerberos.mit.edu
admin_server = kerberos.mit.edu
}
CYGNUS.COM = {
@@ -66,7 +66,7 @@ sections have been marked as final:
[realms]
ATHENA.MIT.EDU = {
kdc = kerberos.mit.edu
- master_kdc = kerberos.mit.edu
+ primary_kdc = kerberos.mit.edu
admin_server = kerberos.mit.edu
}*