s4-netlogon: merge netr_ServerPasswordSet2 from s3 idl.
[kai/samba-autobuild/.git] / source4 / librpc / idl / netlogon.idl
index 812d64d4776970d81e31d43bcfaad844a5b93417..c89cf37ee7104bcaf684b684e9a93042b4d08ffc 100644 (file)
@@ -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
                );
 
        /****************/