[krbdev.mit.edu #8595] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Thu Aug 17 12:46:22 EDT 2017
Add kadm5_auth pluggable interface
Add a pluggable interface for authorizing kadmin operations, and the
consumer interface code in kadmind.
https://github.com/krb5/krb5/commit/d92114795fee2bdfa855263797aea7eaa47e0fc0
Author: Greg Hudson <ghudson at mit.edu>
Commit: d92114795fee2bdfa855263797aea7eaa47e0fc0
Branch: master
doc/plugindev/index.rst | 1 +
doc/plugindev/kadm5_auth.rst | 35 ++++
src/include/Makefile.in | 1 +
src/include/k5-int.h | 3 +-
src/include/k5-trace.h | 7 +
src/include/krb5/kadm5_auth_plugin.h | 306 +++++++++++++++++++++++++++++++++
src/kadmin/server/Makefile.in | 8 +-
src/kadmin/server/auth.c | 307 ++++++++++++++++++++++++++++++++++
src/kadmin/server/auth.h | 78 +++++++++
9 files changed, 741 insertions(+), 5 deletions(-)
More information about the krb5-bugs
mailing list