summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-09 13:18:38 +0100
committerGünther Deschner <gd@samba.org>2015-03-12 17:13:43 +0100
commit4810f47c44b86b4d33a067c2a5e7ed56bf7e58ae (patch)
tree4b558df7131c2027163bd89235423b46e07d39bf /librpc
parent19e4a101dbeee251cfe7e63f3febcb2075065b36 (diff)
downloadsamba-4810f47c44b86b4d33a067c2a5e7ed56bf7e58ae.tar.gz
netlogon.idl: improve idl for netr_ServerTrustPasswordsGet()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/netlogon.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl
index f3bfc3032bc..50b9c9ea8b9 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -1594,8 +1594,8 @@ interface netlogon
[in] [string,charset(UTF16)] uint16 *computer_name,
[in,ref] netr_Authenticator *credential,
[out,ref] netr_Authenticator *return_authenticator,
- [out,ref] samr_Password *password,
- [out,ref] samr_Password *password2
+ [out,ref] samr_Password *new_owf_password,
+ [out,ref] samr_Password *old_owf_password
);
/****************/