summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2019-09-18 19:41:50 +0200
committerGünther Deschner <gd@samba.org>2019-09-20 02:32:44 +0000
commit2d5facc95478801580eb52d4d4441660c5fa2697 (patch)
tree5047126022c6b7af4ef6b3df5610a25325fd64b1 /librpc
parent634ab14f0d246fab28cf14ad9664cecf3ca5335a (diff)
downloadsamba-2d5facc95478801580eb52d4d4441660c5fa2697.tar.gz
s4-torture: add netr_LogonGetDomainInfo NDR(64) tests
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Fri Sep 20 02:32:44 UTC 2019 on sn-devel-184
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/netlogon.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl
index be6e45054a9..ae5e33aea40 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -1446,7 +1446,7 @@ interface netlogon
[case(2)] netr_LsaPolicyInformation *lsa_policy_info;
} netr_DomainInfo;
- NTSTATUS netr_LogonGetDomainInfo(
+ [public] NTSTATUS netr_LogonGetDomainInfo(
[in] [string,charset(UTF16)] uint16 *server_name,
[in,unique] [string,charset(UTF16)] uint16 *computer_name,
[in,ref] netr_Authenticator *credential,