nbt: fix WinXP S3 domain join: alignment of nbt_netlogon_response_from_pdc
commit24fe5fea8fb7839dcbcf39a346a31c9e90e7beb9
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Jul 2011 02:04:26 +0000 (27 12:04 +1000)
committerKarolin Seeger <kseeger@samba.org>
Fri, 29 Jul 2011 19:00:57 +0000 (29 21:00 +0200)
tree22bbd4f406253931df8461d12d300100fa865736
parent146549d7250fefb365675154f0916c37e56faa5d
nbt: fix WinXP S3 domain join: alignment of nbt_netlogon_response_from_pdc

This fixes WinXP joining a Samba3 domain, which was broken on hosts
with an even number of characters in the host name.  The alignment
requested in the structure was ignored because of the overall
NDR_NOALIGN set on the packet.

Andrew Bartlett

Fix bug #8326 (WinXP cannot join a Samba3 domain with a 'even' hostname).
librpc/idl/nbt.idl