]> eyrie.org Git - kerberos/pam-krb5.git/commit
Support use_pkinit with MIT Kerberos
authorRuss Allbery <eagle@eyrie.org>
Mon, 2 Mar 2020 01:31:04 +0000 (17:31 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 2 Mar 2020 04:26:25 +0000 (20:26 -0800)
commitbcf7735feed56c762dfc45782a01b9660940d8ed
tree5def493c405e398c41471b543c6027072cc53d76
parenteea5c6c91392d5f3e9b64b058ddae4110eed254e
Support use_pkinit with MIT Kerberos

Support use_pkinit with MIT Kerberos 1.12 or later.  Be aware that
this option is implemented by using a responder without a prompter,
and thus any informational messages from the Kerberos libraries or KDC
during authentication will not be displayed.  (Debian Bug#871699)
NEWS
auth.c
configure.ac
internal.h
options.c
pam_krb5.pod
prompting.c
tests/data/scripts/pkinit/basic-debug-mit [new file with mode: 0644]
tests/module/pkinit-t.c