s4:torture: avoid usage of dcerpc_schannel_creds()
authorStefan Metzmacher <metze@samba.org>
Fri, 2 Aug 2013 08:08:54 +0000 (10:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 10 Aug 2013 07:18:59 +0000 (09:18 +0200)
commit2ea3a24dced0814100e352bbbca124011be73602
tree8a1c34c43a72d296d20676b36bc0854489377683
parentc0144273af8f0956a05d102113c40cec77069f7a
s4:torture: avoid usage of dcerpc_schannel_creds()

We use cli_credentials_get_netlogon_creds() which returns the same value.

dcerpc_schannel_creds() is a layer violation.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/rpc/samlogon.c
source4/torture/rpc/samr.c
source4/torture/rpc/samsync.c
source4/torture/rpc/schannel.c