mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
c4156041fe
This patch add a certauth plugin which allows the IPA server to support PKINIT for certificates which do not include a special SAN extension which contains a Kerberos principal but allow other mappings with the help of SSSD's certmap library. Related to https://pagure.io/freeipa/issue/4905 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: David Kupka <dkupka@redhat.com>
12 lines
132 B
Plaintext
12 lines
132 B
Plaintext
EXPORTED {
|
|
|
|
# public symbols
|
|
global:
|
|
kdb_function_table;
|
|
certauth_ipakdb_initvt;
|
|
|
|
# everything else is local
|
|
local:
|
|
*;
|
|
};
|