summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-29 10:16:37 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:04:42 +0200
commit18976c0129239b5352fca5e8c7e0e61b2cb5d0bf (patch)
treec987b7b25bf612135ee078f5bbebcad17ff81df1 /source3/libnet/libnet_proto.h
parent363fd6e2971358b86b6e35dd71d2e3154a20106a (diff)
downloadsamba-18976c0129239b5352fca5e8c7e0e61b2cb5d0bf.tar.gz
samba-18976c0129239b5352fca5e8c7e0e61b2cb5d0bf.tar.bz2
samba-18976c0129239b5352fca5e8c7e0e61b2cb5d0bf.zip
libnet keytab: add enctype parameter to libnet_keytab_search().
Not really used yet. Note: callers use ENCTYPE_ARCFOUR_HMAC enctype for UTDV (for now). This is what is currently stored. This is to be changed to ENCTYPE_NULL. Michael (This used to be commit cb91d07413430e0e0a16846d2c44aae8c165400e)
Diffstat (limited to 'source3/libnet/libnet_proto.h')
-rw-r--r--source3/libnet/libnet_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h
index 65d37b0ab8..43046a44c0 100644
--- a/source3/libnet/libnet_proto.h
+++ b/source3/libnet/libnet_proto.h
@@ -53,6 +53,7 @@ krb5_error_code libnet_keytab_add(struct libnet_keytab_context *ctx);
struct libnet_keytab_entry *libnet_keytab_search(struct libnet_keytab_context *ctx,
const char *principal, int kvno,
+ const const krb5_enctype enctype,
TALLOC_CTX *mem_ctx);
#endif