From 221c1512a8b4de9a568c0a0cdafa97ab5c53368c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 21 Dec 2005 22:02:52 +0000 Subject: r12411: Add 'net samdump keytab '. This extracts a remote windows domain into a keytab, suitable for use in ethereal for kerberos decryption. For the moment, like net samdump and net samsync, the 'password server' smb.conf option must be set to the binding string for the server. eg: password server = ncacn_np:mypdc Andrew Bartlett (This used to be commit 272013438f53bb168f74e09eb70fc96112b84772) --- source4/libnet/libnet_vampire.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/libnet/libnet_vampire.h') diff --git a/source4/libnet/libnet_vampire.h b/source4/libnet/libnet_vampire.h index 8a588de48c..c8d569a97e 100644 --- a/source4/libnet/libnet_vampire.h +++ b/source4/libnet/libnet_vampire.h @@ -43,6 +43,12 @@ struct libnet_SamDump { char *error_string; }; +struct libnet_SamDump_keytab { + enum libnet_SamDump_level level; + char *keytab_name; + char *error_string; +}; + enum libnet_samsync_ldb_level { LIBNET_SAMSYNC_LDB_GENERIC, LIBNET_SAMSYNC_LDB_NETLOGON, -- cgit