1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-04 00:23:49 +03:00

r2952: add idl and torture test for DsCrackNames

(I need to find out what the fields mean but it works)

metze
This commit is contained in:
Stefan Metzmacher
2004-10-13 14:25:44 +00:00
committed by Gerald (Jerry) Carter
parent 3318cf2722
commit eff51fc623
3 changed files with 81 additions and 5 deletions

View File

@@ -190,10 +190,10 @@ static NTSTATUS DRSUAPI_GET_NT4_CHANGELOG(struct dcesrv_call_state *dce_call, TA
/*
DRSUAPI_CRACKNAMES
drsuapi_DsCrackNames
*/
static NTSTATUS DRSUAPI_CRACKNAMES(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
struct DRSUAPI_CRACKNAMES *r)
static NTSTATUS drsuapi_DsCrackNames(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
struct drsuapi_DsCrackNames *r)
{
DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
}