diff options
author | Andreas Schneider <anschneider@suse.de> | 2008-01-17 10:11:11 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-01-23 14:55:22 -0800 |
commit | 691c4b1a4175e3d4a073c396a2a7d8d315cd42bd (patch) | |
tree | 66f0977343c4a432bdcac79dd355f304052d8ee8 /source3/rpcclient | |
parent | a0186fb78d05aa997b114eee6afabaf138540ab8 (diff) | |
download | samba-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/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 081e0fb15e..7b499918b0 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -605,7 +605,7 @@ static NTSTATUS do_cmd(struct cli_state *cli, } if (cmd_entry->pipe_idx == PI_NETLOGON) { - uint32 neg_flags = NETLOGON_NEG_AUTH2_FLAGS; + uint32 neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS; uint32 sec_channel_type; uchar trust_password[16]; |