rpcclient: Remove sam_sync related commands
authorVolker Lendecke <vl@samba.org>
Tue, 19 Sep 2017 21:33:07 +0000 (14:33 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 20 Sep 2017 20:48:15 +0000 (22:48 +0200)
commitfe736f246bbe155d3621e891c7ea377b6aedf836
tree640df3a9015560794f9b79d4a9733be9c9a07191
parent2d97c8a4a5128cb00386b9799310bdad1f8971ea
rpcclient: Remove sam_sync related commands

These three commands don't use the netlogon credential chain
correctly. They are missing the netlogon_creds_store after the dcerpc
call, so they destroy the correct use of the netlogon creds.

The only valid server for these calls that I know of would be NT4, and
that should be gone long ago.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpcclient/cmd_netlogon.c