1
0
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:
Andrew Tridgell
2004-06-05 05:01:38 +00:00
committed by Gerald (Jerry) Carter
parent ee6c17f373
commit 2ac79dfba0
12 changed files with 248 additions and 29 deletions

View File

@@ -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;
}