s4-winbindd: fixed handling of extra_data in s3 requests
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 Jul 2011 00:51:31 +0000 (10:51 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Sep 2011 13:09:54 +0000 (15:09 +0200)
commit5196d265f75560703824c6eebbd9cc25936b5d3a
tree9594bc69df9c94feae4b5953d10eb21d531d30d1
parent5e1e33114c3aa62221ac1bf82eaaf2b3a2ac1efa
s4-winbindd: fixed handling of extra_data in s3 requests

extra_data in s3 winbind requests is appended to the end of the
request, but does not change the length header of the packet. Instead
you need to get it from the extra_len element of the request
structure.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/winbind/wb_samba3_protocol.c