mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
r1030: added server side schannel support
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
ee6c17f373
commit
2ac79dfba0
@@ -56,7 +56,7 @@ BOOL dcesrv_auth_bind(struct dcesrv_call_state *call)
|
||||
return False;
|
||||
}
|
||||
|
||||
status = dcesrv_crypto_start(&dce_conn->auth_state);
|
||||
status = dcesrv_crypto_start(&dce_conn->auth_state, &dce_conn->auth_state.auth_info->credentials);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
return False;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user