summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-04-23 05:40:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:33 -0500
commitb394a4c2ff4502a0bf2bf05a6c7036f708fdb090 (patch)
tree5ef7e34990e5987e6b095490bf58ecec29f18dd9 /source4/librpc
parent493a37ba663686b7bee3f7093d6650a24250f101 (diff)
downloadsamba-b394a4c2ff4502a0bf2bf05a6c7036f708fdb090.tar.gz
samba-b394a4c2ff4502a0bf2bf05a6c7036f708fdb090.tar.bz2
samba-b394a4c2ff4502a0bf2bf05a6c7036f708fdb090.zip
r336: added a -X command line option to smbtorture to enable dangerous or
possibly destructive tests. Use with care! Added IDL and test code for samr_Shutdown() and samr_SetDsrmPassword() (This used to be commit 84de0b7e58c69e0817b9d475de0895a54cc95927)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/samr.idl15
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?