summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-11-27 11:31:09 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:28 +0100
commita1fdc20aeeb7fff7458f41170f65a7446372e2f0 (patch)
tree7979d2b8e5337fd22b1b2f5834480fa3769a5354 /source4/librpc
parent03b68aaffd5ee6ef5edae968ded82a1daff39eb3 (diff)
downloadsamba-a1fdc20aeeb7fff7458f41170f65a7446372e2f0.tar.gz
samba-a1fdc20aeeb7fff7458f41170f65a7446372e2f0.tar.bz2
samba-a1fdc20aeeb7fff7458f41170f65a7446372e2f0.zip
r26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername().
Guenther (This used to be commit 1c50b9754e2745525e7c7cd577dba7e8744e6bd4)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/wkssvc.idl8
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl
index deb2b54fc0..9a0f2974f5 100644
--- a/source4/librpc/idl/wkssvc.idl
+++ b/source4/librpc/idl/wkssvc.idl
@@ -586,7 +586,13 @@ import "srvsvc.idl", "lsa.idl";
/*****************************/
/* Function 0x1d */
- WERROR WKSSVC_NETRSETPRIMARYCOMPUTERNAME ();
+ WERROR wkssvc_NetrSetPrimaryComputername(
+ [in] [string,charset(UTF16)] uint16 *server_name,
+ [in] [string,charset(UTF16)] uint16 *primary_name,
+ [in] [string,charset(UTF16)] uint16 *Account,
+ [in] wkssvc_PasswordBuffer *EncryptedPassword,
+ [in] uint32 Reserved
+ );
/*****************************/
/* Function 0x1e */