Re: Support for multiple pkinit identities
Greg Hudson <[email protected]> Tue, 12 Jan 2021 13:57:25 -0500
| Newsgroups | gmane.comp.encryption.kerberos.devel |
|---|---|
| Message-ID | <[email protected]> |
On 1/7/21 9:55 PM, Ken Hornstein wrote: > One of our developers noticed that the MIT pkinit plugin does not > support multiple pkinit_identities lines, at least not in the way our > plugin does. I ran into this a couple of years ago: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8733 At that time I did the easy thing, which was to change the documentation to promise less. Instead of "Each value is attempted in order until identity information is found and authentication is attempted", it now says "the first valid value is used", with a suggested use case involving ENV. I think the best behavior would be to treat multiple pkinit_identities values like we'd treat a single DIR: value (or PKCS11 token) containing all of the certs, so that identity selection works on them. That might be difficult to implement, though. _______________________________________________ krbdev mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/krbdev