mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
179c8f4009
Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Simo Sorce <ssorce@redhat.com> Reviewed-By: Robbie Harwood <rharwood@redhat.com>
13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
EXPORTED {
|
|
|
|
# public symbols
|
|
global:
|
|
kdb_function_table;
|
|
certauth_ipakdb_initvt;
|
|
kdcpolicy_ipakdb_initvt;
|
|
|
|
# everything else is local
|
|
local:
|
|
*;
|
|
};
|