diff options
| author | Sumit Bose <sbose@redhat.com> | 2014-07-16 21:43:30 +0200 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-09-02 10:39:24 +0200 |
| commit | 8a5e793a0576250da80371e53aa3e7eba15cdb63 (patch) | |
| tree | 5e0533d309ba63b9f317c57671430e4a79ca7953 /src/tests/dlopen-tests.c | |
| parent | 8cfd1e0d696a573a92ef011a64317b9054f5c45f (diff) | |
| download | sssd-8a5e793a0576250da80371e53aa3e7eba15cdb63.tar.gz sssd-8a5e793a0576250da80371e53aa3e7eba15cdb63.tar.xz sssd-8a5e793a0576250da80371e53aa3e7eba15cdb63.zip | |
Add conditional build for MIT Kerberos localauth plugin
This patch adds everything what is needed to build the MIT Kerberos
localauth plugin if the used version of MIT Kerberos supports it. It
does not implement the plugin.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/tests/dlopen-tests.c')
| -rw-r--r-- | src/tests/dlopen-tests.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/dlopen-tests.c b/src/tests/dlopen-tests.c index 52d9c02e..5eb1ed68 100644 --- a/src/tests/dlopen-tests.c +++ b/src/tests/dlopen-tests.c @@ -57,6 +57,10 @@ struct so { { "sssd_krb5_locator_plugin.so", { LIBPFX"sssd_krb5_locator_plugin.so", NULL } }, #endif +#ifdef HAVE_KRB5_LOCALAUTH_PLUGIN + { "sssd_krb5_localauth_plugin.so", { LIBPFX"sssd_krb5_localauth_plugin.so", + NULL } }, +#endif #ifdef HAVE_PAC_RESPONDER { "sssd_pac_plugin.so", { LIBPFX"sssd_pac_plugin.so", NULL } }, #endif |
