From 8f5ce824012f2caab6770df464f096c38dc4cb2e Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Mon, 12 Aug 2013 13:47:42 -0400 Subject: Remove redundant domain_realm mappings This fixes a long-standing documentation bug where we claimed that a domain_realm mapping for a host name would not affect entries under that domain name. The code has always had the behavior where a host name mapping implies the corresponding domain name mapping, since the 1.0 release. While here, replace media-lab with csail in example files, as the media lab realm is no longer in use. Also strip port 88 from KDC specifications, and drop the harmful default_{tgs,tkt}_enctypes lines from src/util/profile/krb5.conf. Further cleanup on these files to remove defunct realms may be in order. ticket: 7690 (new) tags: pullup target_version: 1.11.4 --- src/windows/installer/wix/athena/krb5.ini | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/windows/installer') diff --git a/src/windows/installer/wix/athena/krb5.ini b/src/windows/installer/wix/athena/krb5.ini index 169f8b1ac3..49b10fdc7e 100644 --- a/src/windows/installer/wix/athena/krb5.ini +++ b/src/windows/installer/wix/athena/krb5.ini @@ -3,9 +3,6 @@ allow_weak_crypto = true [domain_realm] - .mit.edu = ATHENA.MIT.EDU mit.edu = ATHENA.MIT.EDU - .win.mit.edu = WIN.MIT.EDU win.mit.edu = WIN.MIT.EDU - .csail.mit.edu = CSAIL.MIT.EDU csail.mit.edu = CSAIL.MIT.EDU -- cgit