From f9419900d3804c62d17bfd6faf933ecc38197995 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Dec 2003 04:05:05 +0000 Subject: initial netlogon database sync partly works - needs some IDL tweaks (This used to be commit 75ea276c147e2b4b0617eb0b77276d5fb5da2043) --- source4/librpc/idl/netlogon.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/librpc/idl/netlogon.idl') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index c97090dabd..a7c61d852a 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -258,6 +258,11 @@ interface netlogon /*****************/ /* Function 0x05 */ + /* secure channel types */ + const int SEC_CHAN_WKSTA = 2; + const int SEC_CHAN_DOMAIN = 4; + const int SEC_CHAN_BDC = 6; + NTSTATUS netr_ServerAuthenticate( [in] unistr *server_name, [in] unistr username, -- cgit