1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-rpcclient: support [packet] in rpcclient binding strings.

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Günther Deschner 2016-09-06 17:07:32 +02:00 committed by Andreas Schneider
parent 3b82d6cc2e
commit b6be9b5f95

View File

@ -1057,6 +1057,10 @@ out_free:
pipe_default_auth_level = DCERPC_AUTH_LEVEL_CONNECT;
pipe_default_auth_type = DCERPC_AUTH_TYPE_NTLMSSP;
}
if (bflags & DCERPC_PACKET) {
pipe_default_auth_level = DCERPC_AUTH_LEVEL_PACKET;
pipe_default_auth_type = DCERPC_AUTH_TYPE_NTLMSSP;
}
if (bflags & DCERPC_SIGN) {
pipe_default_auth_level = DCERPC_AUTH_LEVEL_INTEGRITY;
pipe_default_auth_type = DCERPC_AUTH_TYPE_NTLMSSP;