mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +03:00
r3920: - it seem that we need to send a magic bind_guid in DsBind()
to make DsWriteAccountSpn() work - add idl and torture test for DsWriteAccountSpn() metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
6363553369
commit
625826ad90
@@ -200,10 +200,10 @@ static WERROR (*drsuapi_DsCrackNames)(struct dcesrv_call_state *dce_call, TALLOC
|
||||
struct drsuapi_DsCrackNames *r) = dcesrv_drsuapi_DsCrackNames;
|
||||
|
||||
/*
|
||||
DRSUAPI_WRITE_SPN
|
||||
drsuapi_DsWriteAccountSpn
|
||||
*/
|
||||
static WERROR DRSUAPI_WRITE_SPN(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
|
||||
struct DRSUAPI_WRITE_SPN *r)
|
||||
static WERROR drsuapi_DsWriteAccountSpn(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
|
||||
struct drsuapi_DsWriteAccountSpn *r)
|
||||
{
|
||||
DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user