]> git.ipfire.org Git - thirdparty/krb5.git/commit
Allow KDB module stacking 1396/head
authorAndreas Schneider <asn@samba.org>
Fri, 29 Nov 2024 10:04:00 +0000 (11:04 +0100)
committerGreg Hudson <ghudson@mit.edu>
Thu, 12 Dec 2024 02:49:18 +0000 (21:49 -0500)
commit39d859c754d42cad23753acb98ff92d956c092e4
tree2234da35892a50925fb3c40cfcb7c6395f4bdad1
parentf3a59a8bae1c4db4a2b47cc1049236bc339a094f
Allow KDB module stacking

Add an API krb5_db_load_module() to cause the KDB handle for a context
to use a specified KDB module instead of the configured one.

[ghudson@mit.edu: Renamed new API; added comment; wrote commit
message.  Also contains work by Alexander Bokovoy.]

ticket: 9156 (new)
src/include/kdb.h
src/lib/kdb/kdb5.c
src/lib/kdb/libkdb5.exports