kdc: add missing enctype = p[i] assignments to _kdc_find_etype()
commit422419ddde9f4f89b93d04df8cc30b2e05f41d8d
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Jan 2022 16:42:28 +0000 (27 17:42 +0100)
committerJeffrey Altman <jaltman@auristor.com>
Thu, 17 Nov 2022 13:50:28 +0000 (17 08:50 -0500)
tree3cf95bf567efacbd387aa6ac771722fe15f01b79
parent05e589d2473a1bd225b0fc4670c75ba24091644d
kdc: add missing enctype = p[i] assignments to _kdc_find_etype()

This is needed when a service provides support for newer entry.etypes
without having a key for that encryption type yet.

It is triggered with svc_use_strongest_session_key=TRUE.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
kdc/kerberos5.c