r4356: Allow anonymous connections to use NTLMSSP. The silly bugs that
authorAndrew Bartlett <abartlet@samba.org>
Fri, 24 Dec 2004 09:57:44 +0000 (09:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:37 +0000 (13:07 -0500)
prevented this are gone.

Andrew Bartlett
(This used to be commit 87dad5ec538abad93d621078a82f162675847f9f)

source4/libcli/raw/clitree.c

index b9d0ffbc1f9bfced13c6526741f29376f65c0586..777279f5f94bdf076fd5eb9cf8bcdcc8a824a46a 100644 (file)
@@ -223,7 +223,6 @@ NTSTATUS smbcli_tree_full_connection(TALLOC_CTX *parent_ctx,
                setup.generic.in.password = NULL;
                setup.generic.in.user = "";
                setup.generic.in.domain = "";
-               setup.generic.in.capabilities &= ~CAP_EXTENDED_SECURITY;
        } else {
                setup.generic.in.password = password;
                setup.generic.in.user = user;