]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add test KDB module
authorGreg Hudson <ghudson@mit.edu>
Mon, 23 Feb 2015 20:47:21 +0000 (15:47 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 10 Mar 2015 16:09:05 +0000 (12:09 -0400)
commitc8608c52646a10503b1a950f8df5072d0a583604
tree0c356088ef630dbd0ec59a368defefd20e0aa799
parent9c491320f72f1e07f87c1cf5b7671505f3526891
Add test KDB module

Add a simple read-only KDB module which can be used to exercise KDB
behavior which the DB2 module cannot reach.  Right now it supports
very basic get_principal functionality, aliases, and delegation
policy; in the future it could issue referrals or sign authdata.
src/Makefile.in
src/configure.in
src/plugins/kdb/test/Makefile.in [new file with mode: 0644]
src/plugins/kdb/test/deps [new file with mode: 0644]
src/plugins/kdb/test/kdb_test.c [new file with mode: 0644]
src/plugins/kdb/test/test.exports [new file with mode: 0644]