[krbdev.mit.edu #7583] SVN Commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Sat Mar 9 02:13:25 EST 2013
Add tests for localauth interface
Create a test module, program, and script to exercise the
krb5_aname_to_localname and krb5_k5userok functions as well as the
localauth pluggable interface.
https://github.com/krb5/krb5/commit/b8696b1ed70ffebbeee7142f1e5e086d75ce4e30
Author: Greg Hudson <ghudson at mit.edu>
Commit: b8696b1ed70ffebbeee7142f1e5e086d75ce4e30
Branch: master
.gitignore | 1 +
src/Makefile.in | 1 +
src/configure.in | 1 +
src/plugins/localauth/test/Makefile.in | 29 ++++
src/plugins/localauth/test/deps | 23 +++
src/plugins/localauth/test/localauth_test.exports | 2 +
src/plugins/localauth/test/main.c | 169 +++++++++++++++++++++
src/tests/Makefile.in | 12 +-
src/tests/t_localauth.c | 72 +++++++++
src/tests/t_localauth.py | 144 ++++++++++++++++++
10 files changed, 450 insertions(+), 4 deletions(-)
More information about the krb5-bugs
mailing list