mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in api_pipe_bind_req().
Guenther
This commit is contained in:
parent
5a59dcc26c
commit
f0d59bb3cf
@ -990,6 +990,9 @@ static bool api_pipe_bind_req(struct pipes_struct *p,
|
||||
case DCERPC_AUTH_LEVEL_NONE:
|
||||
p->auth.auth_level = DCERPC_AUTH_LEVEL_NONE;
|
||||
break;
|
||||
case DCERPC_AUTH_LEVEL_CONNECT:
|
||||
p->auth.auth_level = DCERPC_AUTH_LEVEL_CONNECT;
|
||||
break;
|
||||
default:
|
||||
DEBUG(0, ("Unexpected auth level (%u).\n",
|
||||
(unsigned int)auth_info.auth_level ));
|
||||
|
Loading…
Reference in New Issue
Block a user