summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-17 01:58:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:26 -0500
commite586d112e24b005d4443964a8e2dc2862f12cdcd (patch)
tree2d71fda3b9b7ff1c06be996ba0b36deb6525bfb1 /source4/librpc/idl/netlogon.idl
parent8a9a68b707963f071480e79618d33e858154263f (diff)
downloadsamba-e586d112e24b005d4443964a8e2dc2862f12cdcd.tar.gz
samba-e586d112e24b005d4443964a8e2dc2862f12cdcd.tar.bz2
samba-e586d112e24b005d4443964a8e2dc2862f12cdcd.zip
r21403: Add netlogon tests.
(This used to be commit a620dc359476de9440f3b84dc8b45f569d103270)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r--source4/librpc/idl/netlogon.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index fa968d1c39..05b435aa0f 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -268,7 +268,7 @@ interface netlogon
/*****************/
/* Function 0x04 */
- NTSTATUS netr_ServerReqChallenge(
+ [public] NTSTATUS netr_ServerReqChallenge(
[in,string,charset(UTF16)] uint16 *server_name,
[in,string,charset(UTF16)] uint16 computer_name[],
[in,out,ref] netr_Credential *credentials
@@ -950,7 +950,7 @@ interface netlogon
/****************/
/* Function 0x1a */
- NTSTATUS netr_ServerAuthenticate3(
+ [public] NTSTATUS netr_ServerAuthenticate3(
[in] [string,charset(UTF16)] uint16 *server_name,
[in] [string,charset(UTF16)] uint16 account_name[],
[in] netr_SchannelType secure_channel_type,