From 92fb986d5ef094676cfde423bfa4562141955b03 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 24 May 2011 11:57:09 +0200 Subject: [PATCH 6/7] Build pac responder in example spec file --- contrib/sssd.spec.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 2bd6774..af50504 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -132,6 +132,7 @@ done autoreconf -ivf %configure \ + --enable-experimental-pac-responder \ --with-db-path=%{dbpath} \ --with-pipe-path=%{pipepath} \ --with-pubconf-path=%{pubconfpath} \ @@ -181,6 +182,7 @@ rm -f \ $RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_ipa.la \ $RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_simple.la \ $RPM_BUILD_ROOT/%{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.la \ + $RPM_BUILD_ROOT/%{_libdir}/krb5/plugins/authdata/sssd_pac_plugin.la \ $RPM_BUILD_ROOT/%{python_sitearch}/pysss.la # Older versions of rpmbuild can only handle one -f option @@ -243,6 +245,7 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/libnss_sss.so.2 /%{_lib}/security/pam_sss.so %{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.so +%{_libdir}/krb5/plugins/authdata/sssd_pac_plugin.so %{_mandir}/man8/pam_sss.8* %{_mandir}/man8/sssd_krb5_locator_plugin.8* -- 1.7.5.1