diff options
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 170ccda08b..65219bf78c 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -1133,11 +1133,22 @@ /************************/ /* Function 0x42 */ - NTSTATUS samr_SET_DSRM_PASSWORD(); + + /* + this should set the DSRM password for the server, which is used + when booting into Directory Services Recovery Mode on a DC. Win2003 + gives me NT_STATUS_NOT_SUPPORTED + */ + + NTSTATUS samr_SetDsrmPassword( + [in] samr_Name *name, + [in] uint32 unknown, + [in] samr_Hash *hash + ); + /************************/ /* Function 0x43 */ - /* I haven't been able to work out the format of this one yet. Seems to start with a switch level for a union? |