diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 01:41:09 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:52 +0100 |
commit | 524156333bc96f50fa11595fa569e3c46508fd15 (patch) | |
tree | 3cacc24b5ca9e4fb453043d237c62ee90f3cc8de /source4/librpc | |
parent | 556b5bb9eead7785fe0d2cdfe465239ccb4f60b9 (diff) | |
download | samba-524156333bc96f50fa11595fa569e3c46508fd15.tar.gz samba-524156333bc96f50fa11595fa569e3c46508fd15.tar.bz2 samba-524156333bc96f50fa11595fa569e3c46508fd15.zip |
s4-netlogon: merge netr_ServerPasswordSet2 from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 812d64d477..c89cf37ee7 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -1256,9 +1256,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] netr_CryptPassword new_password, - [out] netr_Authenticator return_authenticator + [in,ref] netr_Authenticator *credential, + [out,ref] netr_Authenticator *return_authenticator, + [in,ref] netr_CryptPassword *new_password ); /****************/ |