From 18976c0129239b5352fca5e8c7e0e61b2cb5d0bf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 29 Jul 2008 10:16:37 +0200 Subject: 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) --- source3/libnet/libnet_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libnet/libnet_proto.h') 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 -- cgit