]> git.ipfire.org Git - thirdparty/samba.git/commit
libnet_join: fix "net rpc oldjoin"
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Nov 2017 21:09:20 +0000 (21:09 +0000)
committerKarolin Seeger <kseeger@samba.org>
Wed, 29 Nov 2017 11:59:34 +0000 (12:59 +0100)
commit3af01bd9c80624889dec2bed1016fd4baa4cde4b
tree3baa77ad1a012339c1dfb11e062aee834ff616b9
parentb9d0fce671883cabf1eb32fbc200ff31f1ad0ed4
libnet_join: fix "net rpc oldjoin"

We need to open the ncacn_np (smb) transport connection with
anonymous credentials.

In order to do netr_ServerPasswordSet*() we need to
establish a 2nd netlogon connection using dcerpc schannel
authentication.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(similar to commit d27f38d35bf111a5c0a898a5ef8b7dd0b320da0d)

Autobuild-User(v4-6-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-6-test): Wed Nov 29 12:59:34 CET 2017 on sn-devel-144
selftest/knownfail.d/oldjoin [deleted file]
source3/libnet/libnet_join.c