From 3b72cefb1bbf231192a2b92c31f2c91217f7d58c Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 8 Apr 2014 14:07:30 -0400 Subject: Update sample configs to include master_kdc Where we have ATHENA.MIT.EDU stanzas in sample or test krb5.conf files which define kdc entries, also define a master_kdc entry. Remove default_domain and v4_instance_convert entries in examples as they are only needed for krb5/krb4 principal conversions. In the krb5_conf.rst example, remove enctype specifications as we don't want to encourage their use when they aren't necessary, and remove a redundant domain_realm entry. ticket: 7901 (new) --- src/config-files/krb5.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/config-files') diff --git a/src/config-files/krb5.conf b/src/config-files/krb5.conf index 62fbbd6..9d250bf 100644 --- a/src/config-files/krb5.conf +++ b/src/config-files/krb5.conf @@ -4,15 +4,10 @@ [realms] # use "kdc = ..." if realm admins haven't put SRV records into DNS ATHENA.MIT.EDU = { - admin_server = KERBEROS.MIT.EDU - default_domain = MIT.EDU - v4_instance_convert = { - mit = mit.edu - lithium = lithium.lcs.mit.edu - } + admin_server = kerberos.mit.edu } ANDREW.CMU.EDU = { - admin_server = vice28.fs.andrew.cmu.edu + admin_server = kdc-01.andrew.cmu.edu } [domain_realm] -- cgit v1.1