s3:winbindd: fix the valid usage anonymous smb authentication
commit5779c43ec026a08b0a5f3f2473fa6e845a21eac8
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Feb 2017 18:18:04 +0000 (22 19:18 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 28 Feb 2017 15:55:15 +0000 (28 16:55 +0100)
treeb087cffbe152f7e47a463eeff840a4447b3ede93
parent9e4be46e273399c846a3ef39c114b436051a5861
s3:winbindd: fix the valid usage anonymous smb authentication

If we are in a situation where we don't have credentials to contact the
remote domain or against an NT4 with the following settings:

  workgroup = NT4DOM
  security = domain
  require strong key = no
  client use spnego = no
  client ipc signing = auto

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12587

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit c97a29bdfdc0020ec0113073580da56f2d35edc1)
source3/winbindd/winbindd_cm.c