Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.]

https://github.com/krb5/krb5/commit/39d859c754d42cad23753acb98ff92d956c092e4
Author: Andreas Schneider <asn@samba.org>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 39d859c754d42cad23753acb98ff92d956c092e4
Branch: master
src/include/kdb.h | 12 ++++++++-
src/lib/kdb/kdb5.c | 65 ++++++++++++++++++++++++++-------------------
src/lib/kdb/libkdb5.exports | 1 +
3 files changed, 49 insertions(+), 29 deletions(-)