YouBigDummy
Wed Jun 25 21:17:02 CDT 2008
Here are the articles saying to use a-record versus cname. One is from MSDN
blogs.
There's also a KB article with a hotfix from MS stating that cname will
cause the issue. So dns record types do have something to do with the KDC.
http://support.microsoft.com/kb/911149
http://blogs.msdn.com/vijaysk/archive/2007/10/19/orchestrating-kerberos-authentication-spn-cheat-sheet.aspx
http://www.identitychaos.com/2008/03/problem-with-kerberos-delegation.html
http://blogs.technet.com/askds/archive/2008/05/14/troubleshooting-kerberos-authentication-problems-name-resolution-issues.aspx
"Ken Schaefer" wrote:
> DNS record types have nothing to do with a client contacting a KDC for a
> service ticket.
>
> Cheers
> Ken
>
> "You Big Dummy" <YouBigDummy@discussions.microsoft.com> wrote in message
> news:F65F5595-4F1D-4324-A260-E646996B09A1@microsoft.com...
> > We figured this issue out. the dns entry for the host header needed to be
> > an
> > A-Record instead of a C-Name
> >
> > "Ken Schaefer" wrote:
> >
> >> There should not be any problem doing what you are doing.
> >>
> >> Unless "msdn" is actually an Active Directory domain (and "one" is a host
> >> in
> >> the msdn.microsoft.com subdomain). Because then your client would get a
> >> referral.
> >>
> >> Cheers
> >> Ken
> >>
> >>
> >> "You Big Dummy" <YouBigDummy@discussions.microsoft.com> wrote in message
> >> news:B4C0BD1A-118A-4450-A223-0E9EA7556514@microsoft.com...
> >> >I use kerberos and SPN's all the time but have currently found myself in
> >> >a
> >> > boggle with this setup. Usually if I have a website that has a host
> >> > header
> >> > of
> >> > let's say msdn.microsoft.com which runs under say a service account
> >> > named
> >> > svc-dev-website then for that service account I would set the SPN as:
> >> >
> >> > http/msdn
> >> > http/msdn.microsoft.com
> >> >
> >> > and kerberos would work with no problems.
> >> >
> >> > Now I have a host header on my website like this one.msdn.microsoft.com
> >> > and
> >> > it runs under a service account so for this I would think to set the
> >> > SPN's
> >> > like above so I would end up with
> >> >
> >> > http/one
> >> > http/one.msdn.microsoft.com
> >> >