r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
authorGünther Deschner <gd@samba.org>
Mon, 20 Dec 2004 11:36:39 +0000 (11:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:41 +0000 (10:53 -0500)
commit992ad2848522e5219291d6b9b7a6be982c147a12
treef8e1cdb1ec6c90efbb533b16b3060bface524ee3
parent2da4456df9509d710a5e08d28ea009c72e572c1a
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.

The old #ifdef JRATEST-block was copying 16 bytes and thus overwriting
acct_flags with bizarre values, breaking a lot of things.

This patch is successfully running in a production environment for quite
some time now and is required to finally allow Exchange 5.5 to access
another Exchange Server when both are running on NT4 in a
samba-controlled domain. This also allows Exchange Replication to take
place, Exchange Administrator to access other Servers in the network,
etc. Fixes Bugzilla #1136.

Thanks abartlet for helping me with that one.

Guenther
(This used to be commit bd4c5125d6989cebc90152a23e113b345806c660)
source3/auth/auth_util.c
source3/include/rpc_netlogon.h
source3/nsswitch/winbindd_pam.c
source3/rpc_client/cli_netlogon.c
source3/rpc_parse/parse_net.c