]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:rpcclient/cli_drsuapi: make use of dcerpc_binding_handle_auth_session_key()
authorStefan Metzmacher <metze@samba.org>
Sat, 14 Sep 2024 13:57:03 +0000 (15:57 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2024 15:22:45 +0000 (15:22 +0000)
commitf75189dee9db486d393cd17c25f5a84ce2d0b889
treee292888f27f5ecfb950e4bef15a930f02b5ee438
parent099c8d904ece0edbefecbaa51fa50256fd2ea7c0
s3:rpcclient/cli_drsuapi: make use of dcerpc_binding_handle_auth_session_key()

Note we only need to call this once per connection, not after
each request...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/rpcclient/cmd_drsuapi.c