1
0
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:
Stefan Metzmacher
2004-11-23 08:57:42 +00:00
committed by Gerald (Jerry) Carter
parent 6363553369
commit 625826ad90
3 changed files with 129 additions and 7 deletions

View File

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