From: Michael Adam Date: Mon, 28 Jul 2008 12:40:54 +0000 (+0200) Subject: libnet_keytab: add enctype field to libnet_keytab_entry struct. X-Git-Tag: samba-3.3.0pre1~328 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b000a2acde8a09dabb538bdf89d7b885ce361d2;p=thirdparty%2Fsamba.git libnet_keytab: add enctype field to libnet_keytab_entry struct. In preparation of supporting more enctyption types in libnet_dssync_keytab. Michael --- diff --git a/source/libnet/libnet_keytab.h b/source/libnet/libnet_keytab.h index 30f2f8d1a82..54b0c0017ff 100644 --- a/source/libnet/libnet_keytab.h +++ b/source/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 {