diff options
author | Günther Deschner <gd@samba.org> | 2011-01-28 14:18:31 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-28 15:37:10 +0100 |
commit | 6957109e8deb5e6761195c1e69b2b1514ff5b788 (patch) | |
tree | ebf1d97595970ab2e4a4defd65bb764634f969d2 /librpc | |
parent | 95e644f4605f91632bf606d5ec36abc187bc98af (diff) | |
download | samba-6957109e8deb5e6761195c1e69b2b1514ff5b788.tar.gz samba-6957109e8deb5e6761195c1e69b2b1514ff5b788.tar.xz samba-6957109e8deb5e6761195c1e69b2b1514ff5b788.zip |
s4-smbtorture: add NDR tests for netr_LogonSamLogon.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 6818a500033..ca974a6c862 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -302,7 +302,7 @@ interface netlogon time_t timestamp; } netr_Authenticator; - NTSTATUS netr_LogonSamLogon( + [public] NTSTATUS netr_LogonSamLogon( [in,unique] [string,charset(UTF16)] uint16 *server_name, [in,unique] [string,charset(UTF16)] uint16 *computer_name, [in,unique] netr_Authenticator *credential, |