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)
commit221c1512a8b4de9a568c0a0cdafa97ab5c53368c
treea3c696e37929ef2b758ba9466a07b0779b659b61
parentf45b0ff698414f4fcdb49f1324ebfc5576f785ae
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
(This used to be commit 272013438f53bb168f74e09eb70fc96112b84772)
source4/auth/credentials/credentials_files.c
source4/auth/credentials/credentials_krb5.c
source4/auth/kerberos/kerberos_util.c
source4/include/structs.h
source4/libnet/config.mk
source4/libnet/libnet_samdump_keytab.c [new file with mode: 0644]
source4/libnet/libnet_vampire.h
source4/utils/net/net_vampire.c