summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/libnet/libnet_keytab.h1
1 files changed, 1 insertions, 0 deletions
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 {