r12411: Add 'net samdump keytab <keytab>'.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 21 Dec 2005 22:02:52 +0000 (22:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:35 +0000 (13:47 -0500)
commit272013438f53bb168f74e09eb70fc96112b84772
treeaf5ebdd04e9bd96717afc5d09dbbc768a65d76a1
parentc3d3309ba1567a4363c7c0235842833b5e2b6771
r12411: Add 'net samdump keytab <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
source/auth/credentials/credentials_files.c
source/auth/credentials/credentials_krb5.c
source/auth/kerberos/kerberos_util.c
source/include/structs.h
source/libnet/config.mk
source/libnet/libnet_samdump_keytab.c [new file with mode: 0644]
source/libnet/libnet_vampire.h
source/utils/net/net_vampire.c