diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-02 04:05:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-02 04:05:05 +0000 |
commit | f9419900d3804c62d17bfd6faf933ecc38197995 (patch) | |
tree | decb7e9717471313ce8656a7bba6c812e2193dfe /source4/librpc/idl | |
parent | d65f0095c9acc11e9512c546a99af720d7dd5036 (diff) | |
download | samba-f9419900d3804c62d17bfd6faf933ecc38197995.tar.gz samba-f9419900d3804c62d17bfd6faf933ecc38197995.tar.bz2 samba-f9419900d3804c62d17bfd6faf933ecc38197995.zip |
initial netlogon database sync partly works - needs some IDL tweaks
(This used to be commit 75ea276c147e2b4b0617eb0b77276d5fb5da2043)
Diffstat (limited to 'source4/librpc/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, |