1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-08 13:49:29 +03:00

r4356: Allow anonymous connections to use NTLMSSP. The silly bugs that

prevented this are gone.

Andrew Bartlett
(This used to be commit 87dad5ec53)
This commit is contained in:
Andrew Bartlett
2004-12-24 09:57:44 +00:00
committed by Gerald (Jerry) Carter
parent 44113c4de1
commit 90b299603f

View 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;