diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 01:14:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:51 +0100 |
commit | 8e4c691c0aa406eedf52afb5cee33ff1540c0f8d (patch) | |
tree | 12e546568675427c295dfa5f94ff477c33529ef0 /source3 | |
parent | 8f52c33401f0cd12184335507271ae9141618679 (diff) | |
download | samba-8e4c691c0aa406eedf52afb5cee33ff1540c0f8d.tar.gz samba-8e4c691c0aa406eedf52afb5cee33ff1540c0f8d.tar.bz2 samba-8e4c691c0aa406eedf52afb5cee33ff1540c0f8d.zip |
s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 105775ffca..c89cf37ee7 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -1112,7 +1112,8 @@ interface netlogon [in] [string,charset(UTF16)] uint16 account_name[], [in] netr_SchannelType secure_channel_type, [in] [string,charset(UTF16)] uint16 computer_name[], - [in,out,ref] netr_Credential *credentials, + [in,ref] netr_Credential *credentials, + [out,ref] netr_Credential *return_credentials, [in,out,ref] netr_NegotiateFlags *negotiate_flags, [out,ref] uint32 *rid ); |