From 826efc9c4674943405be6957a651529ef0c02f39 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 17 Apr 2004 05:25:49 +0000 Subject: r255: added samr_SetDomainInfo IDL and test code (This used to be commit 9f12fb39dbac886582d0ccce418491522c042fe6) --- source4/librpc/idl/samr.idl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/samr.idl') diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 1226d1f770..8c48a7dbac 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -209,7 +209,16 @@ /************************/ /* Function 0x09 */ - NTSTATUS samr_SET_DOMAIN_INFO(); + /* + only levels 1, 3, 4, 6, 7, 9, 12 are valid for this + call in w2k3 + */ + NTSTATUS samr_SetDomainInfo( + [in,ref] policy_handle *handle, + [in] uint16 level, + [in,switch_is(level),ref] samr_DomainInfo *info + ); + /************************/ /* Function 0x0a */ -- cgit