]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add kadm5_auth pluggable interface
authorGreg Hudson <ghudson@mit.edu>
Fri, 30 Jun 2017 15:51:42 +0000 (11:51 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 17 Aug 2017 15:47:50 +0000 (11:47 -0400)
commitd92114795fee2bdfa855263797aea7eaa47e0fc0
tree37dbf45bfadee613885e067f9396dbbd7be54494
parent70321d39b3043952f8567d95a36a22dfc74da1a8
Add kadm5_auth pluggable interface

Add a pluggable interface for authorizing kadmin operations, and the
consumer interface code in kadmind.

ticket: 8595
doc/plugindev/index.rst
doc/plugindev/kadm5_auth.rst [new file with mode: 0644]
src/include/Makefile.in
src/include/k5-int.h
src/include/k5-trace.h
src/include/krb5/kadm5_auth_plugin.h [new file with mode: 0644]
src/kadmin/server/Makefile.in
src/kadmin/server/auth.c [new file with mode: 0644]
src/kadmin/server/auth.h [new file with mode: 0644]