s3:winbindd: fix the valid usage anonymous smb authentication
commitad3da42c92b2c16f836087364b19ef350ec26424
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 08:38:24 +0000 (28 09:38 +0100)
treec225b35923285ae9f664fd07eb40a322cfbbaf88
parent36da5cc94355173dfa9e69ee685deb42e0ea2086
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>
(similar to commit c97a29bdfdc0020ec0113073580da56f2d35edc1)
source3/winbindd/winbindd_cm.c