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:
committed by
Gerald (Jerry) Carter
parent
44113c4de1
commit
90b299603f
@ -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;
|
||||
|
Reference in New Issue
Block a user