diff options
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 5 |
1 files changed, 5 insertions, 0 deletions
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, |