summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_keytab.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-28 14:40:54 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:04:41 +0200
commitf97ba38c3f2d85294eea67b12b9d7601e4f00803 (patch)
tree7be772b50ffd11661c8fe4c542012ad1c33fc571 /source3/libnet/libnet_keytab.h
parentd42160f9de385693f12c54bf6c53652e64d113cb (diff)
downloadsamba-f97ba38c3f2d85294eea67b12b9d7601e4f00803.tar.gz
samba-f97ba38c3f2d85294eea67b12b9d7601e4f00803.tar.bz2
samba-f97ba38c3f2d85294eea67b12b9d7601e4f00803.zip
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)
Diffstat (limited to 'source3/libnet/libnet_keytab.h')
-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 {