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:
parent
3b82d6cc2e
commit
b6be9b5f95
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user