RT RT/krbdev.mit.edu: Ticket History #7120 Use correct name-type in TGS-REQs for 2008R2 RODCs Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

History   Display mode: [Brief headers] [Full headers]
      Fri Apr 27 18:40:22 2012  tlyu - Ticket created    
     
From: tlyu@mit.edu
Subject: SVN Commit

Use correct name-type in TGS-REQs for 2008R2 RODCs

Correctly set the name-type for the TGS principals to KRB5_NT_SRV_INST
in TGS-REQs.  (Previously, only AS-REQs had the name-type set in this
way.)  Windows Server 2008 R2 read-only domain controllers (RODCs)
insist on having the correct name-type for the TGS principal in
TGS-REQs as well as AS-REQs, at least for the TGT-forwarding case.

Thanks to Sebastian Galiano for reporting this bug and helping with
testing.

http://src.mit.edu/fisheye/changelog/krb5/?cs=25839
Commit By: tlyu
Revision: 25839
Changed Files:
U   trunk/src/lib/krb5/krb/fwd_tgt.c
U   trunk/src/lib/krb5/krb/tgtname.c


Download (untitled) 643b
      Fri Apr 27 18:40:22 2012  tlyu - Requestor tlyu@mit.edu added    
      Fri Apr 27 18:40:22 2012  tlyu - Status changed from new to review    
      Fri Apr 27 18:40:22 2012  tlyu - Tags pullup added    
      Fri Apr 27 18:44:33 2012  tlyu - Subject changed from [no subject] to Use correct name-type in TGS-REQs for 2008R2 RODCs    
      Fri Apr 27 18:45:13 2012  tlyu - Target_Version 1.10.2 added    
      Tue May 15 18:27:14 2012  tlyu - Status changed from review to resolved    
      Tue May 15 18:27:14 2012  tlyu - Version_Fixed 1.10.2 added    
      Tue May 15 18:27:14 2012  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit


Use correct name-type in TGS-REQs for 2008R2 RODCs

Correctly set the name-type for the TGS principals to KRB5_NT_SRV_INST
in TGS-REQs.  (Previously, only AS-REQs had the name-type set in this
way.)  Windows Server 2008 R2 read-only domain controllers (RODCs)
insist on having the correct name-type for the TGS principal in
TGS-REQs as well as AS-REQs, at least for the TGT-forwarding case.

Thanks to Sebastian Galiano for reporting this bug and helping with
testing.

(cherry picked from commit 5994d8928b8ff88751b14bc60c7d7bfce8b30e57)

https://github.com/krb5/krb5/commit/7a9927270463a213f4af84462743315dcffd71d1
Author: Tom Yu <tlyu@mit.edu>
Commit: 7a9927270463a213f4af84462743315dcffd71d1
 src/lib/krb5/krb/fwd_tgt.c |   12 ++++--------
 src/lib/krb5/krb/tgtname.c |   19 +++++++++++++++----
 2 files changed, 19 insertions(+), 12 deletions(-)


Download (untitled) 852b