diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-16 15:05:33 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-11-16 15:30:13 +1100 |
commit | 4908237403543f6b0e3015637c5c49af47b515b0 (patch) | |
tree | 3dc9717db0bdd3ea3369d7cd600a4035e916f38b | |
parent | d76f11a8bd685517b0e5a3be4684bec41af9e822 (diff) | |
download | samba-4908237403543f6b0e3015637c5c49af47b515b0.tar.gz samba-4908237403543f6b0e3015637c5c49af47b515b0.tar.bz2 samba-4908237403543f6b0e3015637c5c49af47b515b0.zip |
heimdal Build ticket with the canonical server name
We need to use the name that the HDB entry returned, otherwise we
will not canonicalise the reply as requested.
Andrew Bartlett
-rw-r--r-- | source4/heimdal/kdc/krb5tgs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/kdc/krb5tgs.c b/source4/heimdal/kdc/krb5tgs.c index 26e3936fe7..4af4c29ceb 100644 --- a/source4/heimdal/kdc/krb5tgs.c +++ b/source4/heimdal/kdc/krb5tgs.c @@ -2142,7 +2142,7 @@ server_lookup: kvno, *auth_data, server, - sp, + server->entry.principal, spn, client, cp, |