diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-08-30 10:51:19 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-02 09:59:21 -0400 |
commit | 4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256 (patch) | |
tree | eadd06382bc86d3f0f2ffa0b76590e2fe8d9efcb /contrib | |
parent | 1dd195b9a3df01a0ef51e9f963201f1f79d1f90b (diff) | |
download | sssd-4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256.tar.gz sssd-4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256.tar.xz sssd-4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256.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.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 2639f3a2b..ba908de24 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -171,6 +171,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 \ @@ -254,6 +255,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} |