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 10:01:41 -0400
commitd5bf68ce59aa18e74f2eaa62e25c17a5a2692092 (patch)
treef58f924a1eacf5cb73021b5b0e9d70b1c06c1ff4 /contrib
parent7dfaae7dcbb5af710321325cb2699359e77c369e (diff)
downloadsssd_unused-d5bf68ce59aa18e74f2eaa62e25c17a5a2692092.tar.gz
sssd_unused-d5bf68ce59aa18e74f2eaa62e25c17a5a2692092.tar.xz
sssd_unused-d5bf68ce59aa18e74f2eaa62e25c17a5a2692092.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 1b271fbb..cd5f7615 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -165,6 +165,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 \
@@ -247,6 +248,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}