diff options
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 3b4f299d7c..8251969982 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -1004,9 +1004,17 @@ interface netlogon [out,switch_is(level)] netr_DomainInfo info ); - /****************/ + /*****************/ /* Function 0x1e */ - WERROR netr_NETRSERVERPASSWORDSET2(); + NTSTATUS netr_ServerPasswordSet2( + [in] unistr *server_name, + [in] unistr account_name, + [in] netr_SchannelType secure_channel_type, + [in] unistr computer_name, + [in] netr_Authenticator credential, + [in] samr_CryptPassword new_password, + [out] netr_Authenticator return_authenticator + ); /****************/ /* Function 0x1f */ |