]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libnet_keytab: add enctype field to libnet_keytab_entry struct.
authorMichael Adam <obnox@samba.org>
Mon, 28 Jul 2008 12:40:54 +0000 (14:40 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:04:41 +0000 (16:04 +0200)
In preparation of supporting more enctyption types in libnet_dssync_keytab.

Michael

source/libnet/libnet_keytab.h

index 30f2f8d1a829d1ad3f3cda9a3d832c9e57f6ac0a..54b0c0017ffd9a8e771a53c5ac91a1622db2f73d 100644 (file)
@@ -24,6 +24,7 @@ struct libnet_keytab_entry {
        const char *principal;
        DATA_BLOB password;
        uint32_t kvno;
+       krb5_enctype enctype;
 };
 
 struct libnet_keytab_context {