summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-08-30 10:51:19 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-09-02 09:58:29 -0400
commit9d3d669cc353475cfe023c2a20cc51fd07428b82 (patch)
tree400a35dcfc2703d22d91a31b3baacacfbd097743 /contrib
parentb4378a86e669f3136c71c409c692302517b3474e (diff)
downloadsssd-9d3d669cc353475cfe023c2a20cc51fd07428b82.tar.gz
sssd-9d3d669cc353475cfe023c2a20cc51fd07428b82.tar.xz
sssd-9d3d669cc353475cfe023c2a20cc51fd07428b82.zip
Add option to specify the kerberos replay cache dir
Adds a configure option to set the distribution default as well as an sssd.conf option to override it. https://fedorahosted.org/sssd/ticket/980
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 2e8698761..c15174d7b 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -157,6 +157,7 @@ autoreconf -ivf
--with-pipe-path=%{pipepath} \
--with-pubconf-path=%{pubconfpath} \
--with-init-dir=%{_initrddir} \
+ --with-krb5rcache-dir=%{_localstatedir}/cache/krb5rcache \
--enable-nsslibdir=/%{_lib} \
--enable-pammoddir=/%{_lib}/security \
--disable-static \
@@ -239,6 +240,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}/
%{ldb_modulesdir}/memberof.so
%dir %{sssdstatedir}
+%dir %{_localstatedir}/cache/krb5rcache
%attr(700,root,root) %dir %{dbpath}
%attr(755,root,root) %dir %{pipepath}
%attr(755,root,root) %dir %{pubconfpath}