summaryrefslogtreecommitdiff
path: root/source3/auth/auth_domain.c
diff options
context:
space:
mode:
authorAndreas Schneider <anschneider@suse.de>2008-01-17 10:11:11 +0100
committerJeremy Allison <jra@samba.org>2008-01-23 14:55:22 -0800
commit691c4b1a4175e3d4a073c396a2a7d8d315cd42bd (patch)
tree66f0977343c4a432bdcac79dd355f304052d8ee8 /source3/auth/auth_domain.c
parenta0186fb78d05aa997b114eee6afabaf138540ab8 (diff)
downloadsamba-691c4b1a4175e3d4a073c396a2a7d8d315cd42bd.tar.gz
samba-691c4b1a4175e3d4a073c396a2a7d8d315cd42bd.tar.bz2
samba-691c4b1a4175e3d4a073c396a2a7d8d315cd42bd.zip
Windows 2008 (Longhorn) auth2 flag fixes.
Interop fixes for AD specific flags. Original patch from Todd Stetcher. (This used to be commit 5aadfcdaacd6f136eab9e107a88b8544e6d2105f)
Diffstat (limited to 'source3/auth/auth_domain.c')
-rw-r--r--source3/auth/auth_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 1de9869f90..40a2985600 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/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_AUTH2_FLAGS;
+ uint32 neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS;
uint32 sec_chan_type = 0;
unsigned char machine_pwd[16];
const char *account_name;