URL: https://github.com/freeipa/freeipa/pull/672 Title: #672: IPA-KDB: use relative path in ipa-certmap config snippet
tiran commented: """ LGTM For the recording: according to https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html#plugins the plugin directive uses ```plugin_base_dir``` as base dir: > module > This tag may have multiple values. Each value is a string of the form > modulename:pathname, which causes the shared object located at pathname to be > registered as a dynamic module named modulename for the pluggable interface. > If pathname is not an absolute path, it will be treated as relative to the > plugin_base_dir value from [libdefaults]. > plugin_base_dir > If set, determines the base directory where krb5 plugins are located. The > default value is the krb5/plugins subdirectory of the krb5 library directory. @sumit-bose What happens when the shared library is missing? Does 32bit kinit fail or work on a X86_64 system when 32bit ipadb.so is missing? """ See the full comment at https://github.com/freeipa/freeipa/pull/672#issuecomment-290312805
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code