From f97ba38c3f2d85294eea67b12b9d7601e4f00803 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Jul 2008 14:40:54 +0200 Subject: libnet_keytab: add enctype field to libnet_keytab_entry struct. In preparation of supporting more enctyption types in libnet_dssync_keytab. Michael (This used to be commit 2b000a2acde8a09dabb538bdf89d7b885ce361d2) --- source3/libnet/libnet_keytab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/libnet/libnet_keytab.h b/source3/libnet/libnet_keytab.h index 30f2f8d1a8..54b0c0017f 100644 --- a/source3/libnet/libnet_keytab.h +++ b/source3/libnet/libnet_keytab.h @@ -24,6 +24,7 @@ struct libnet_keytab_entry { const char *principal; DATA_BLOB password; uint32_t kvno; + krb5_enctype enctype; }; struct libnet_keytab_context { -- cgit