]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add indicator support to PKINIT
authorGreg Hudson <ghudson@mit.edu>
Mon, 23 Mar 2015 16:20:15 +0000 (12:20 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 22 Jul 2015 16:22:47 +0000 (12:22 -0400)
commit8ca82f0e3059cd8805f4dda388a8aa1d67c80920
tree802d772b57f96c6484755a1a86b6267fc68a9f22
parente6e6e54e89bc9644144436c3f267796ed790f70c
Add indicator support to PKINIT

Read a "pkinit_indicator" profile variable for PKINIT realm
configuration and assert its values as indicators when PKINIT is used
to authenticate.  Add a test case in t_pkinit.py for this feature.

ticket: 8157
src/plugins/preauth/pkinit/pkinit.h
src/plugins/preauth/pkinit/pkinit_srv.c
src/tests/t_pkinit.py