summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 01:34:49 +0100
committerGünther Deschner <gd@samba.org>2008-10-29 08:57:52 +0100
commit556b5bb9eead7785fe0d2cdfe465239ccb4f60b9 (patch)
tree83c639249fcf3b8c50c706093230c4bbd36b4e50 /source4/librpc/idl
parent1798e9d7ec259396e9188714c1b3742f24e3ecfd (diff)
downloadsamba-556b5bb9eead7785fe0d2cdfe465239ccb4f60b9.tar.gz
samba-556b5bb9eead7785fe0d2cdfe465239ccb4f60b9.tar.bz2
samba-556b5bb9eead7785fe0d2cdfe465239ccb4f60b9.zip
s4-netlogon: merge netr_ServerPasswordSet from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/netlogon.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index 3b618f1cc3..812d64d477 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -344,9 +344,9 @@ interface netlogon
[in] [string,charset(UTF16)] uint16 account_name[],
[in] netr_SchannelType secure_channel_type,
[in] [string,charset(UTF16)] uint16 computer_name[],
- [in] netr_Authenticator credential,
- [in] samr_Password new_password,
- [out] netr_Authenticator return_authenticator
+ [in,ref] netr_Authenticator *credential,
+ [out,ref] netr_Authenticator *return_authenticator,
+ [in,ref] samr_Password *new_password
);