s4:kdc In the kpasswd server, don't use the client address in mk_priv
authorAndrew Bartlett <abartlet@samba.org>
Wed, 16 Sep 2009 05:02:36 +0000 (22:02 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 Sep 2009 14:18:16 +0000 (07:18 -0700)
commit932690c093692b1e9fca4dfa75c7cd55ea4e63b1
treefeb423a68d2c682c5a72b03f0c02341ebcf2ad94
parente8e8e40505465c65bcf434373ae89c8bbf650f96
s4:kdc In the kpasswd server, don't use the client address in mk_priv

This code eventually calls into mk_priv in the Heimdal code, and if
the client is behind NAT, or somehow has an odd idea about it's own
network addresses, it will fail to accept this packet if we set an
address.  It seems easiser not to.  (Found by testing with NetAPP at
plugfest)

Andrew Bartlett
source4/kdc/kpasswdd.c