summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_domain.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-09-28 18:15:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:31:03 -0500
commit00a93ed336c5f36643e6e33bd277608eaf05677c (patch)
treea8c7766597e6adfa7c0c1c642a2be9e9c8dc5c90 /source/auth/auth_domain.c
parentcc19c0ace43a3613f6290fa4bc4f68c964563743 (diff)
downloadsamba-00a93ed336c5f36643e6e33bd277608eaf05677c.tar.gz
samba-00a93ed336c5f36643e6e33bd277608eaf05677c.tar.xz
samba-00a93ed336c5f36643e6e33bd277608eaf05677c.zip
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
The translate_name() used by cli_session_setup_spnego() cann rely Winbindd since it is needed by the join process (and hence before Winbind can be run).
Diffstat (limited to 'source/auth/auth_domain.c')
-rw-r--r--source/auth/auth_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c
index 0010d8bc269..1e6857230f1 100644
--- a/source/auth/auth_domain.c
+++ b/source/auth/auth_domain.c
@@ -124,7 +124,7 @@ machine %s. Error was : %s.\n", dc_name, nt_errstr(result)));
if (!lp_client_schannel()) {
/* We need to set up a creds chain on an unauthenticated netlogon pipe. */
- uint32 neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS;
+ uint32 neg_flags = NETLOGON_NEG_AUTH2_FLAGS;
uint32 sec_chan_type = 0;
unsigned char machine_pwd[16];