freeipa/daemons/ipa-kdb/ipa-certauth
Sumit Bose 6c2772dde5 IPA-KDB: use relative path in ipa-certmap config snippet
Architecture specific paths should be avoided in the global Kerberos
configuration because it is read e.g. by 32bit and 64bit libraries they
are installed in parallel.

Resolves https://pagure.io/freeipa/issue/6833

Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2017-04-05 07:30:41 +00:00

6 lines
81 B
Plaintext

[plugins]
certauth = {
module = ipakdb:kdb/ipadb.so
enable_only = ipakdb
}