From 47a7a2e442c7e006eca8188c6a01707d85c4e61c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 27 Jul 2009 22:04:26 +1000 Subject: s4:kerberos Add 'net export keytab' command for wireshark decryption It is much easier to do decryption with wireshark when the keytab is available for every host in the domain. Running 'net export keytab ' will export the current (as pointed to by the supplied smb.conf) local Samba4 doamin. (This uses Heimdal's 'hdb' keytab and then the existing hdb-samba4, and so has a good chance of keeping working in the long term). Andrew Bartlett --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1ace6e73a4a..0d54fb09ddc 100644 --- a/.gitignore +++ b/.gitignore @@ -177,7 +177,7 @@ source4/heimdal/lib/wind/*_table.? source4/include/build.h source4/include/config_tmp.h source4/include/config_tmp.h.in -source4/kdc/pac_glue.h +source4/kdc/pac-glue_proto.h source4/ldap_server/proto.h source4/lib/charset/charset_proto.h source4/libcli/composite/proto.h -- cgit v1.2.1