rhbz#851304: Change the default ccache location to DIR:/run/user/1001/krb5cc
This commit is contained in:
parent
a35b2922c3
commit
5be1b0deaf
21
0501-FEDORA-Switch-the-default-ccache-location.patch
Normal file
21
0501-FEDORA-Switch-the-default-ccache-location.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
diff -up sssd-1.8.96/src/man/sssd-krb5.5.xml.ccache sssd-1.8.96/src/man/sssd-krb5.5.xml
|
||||||
|
--- sssd-1.8.96/src/man/sssd-krb5.5.xml.ccache 2012-08-24 17:08:01.619610422 +0200
|
||||||
|
+++ sssd-1.8.96/src/man/sssd-krb5.5.xml 2012-08-24 17:09:15.447826123 +0200
|
||||||
|
@@ -148,7 +148,7 @@
|
||||||
|
</citerefentry> for details) is created.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
- Default: /tmp
|
||||||
|
+ Default: /run/user/%U
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
@@ -208,7 +208,7 @@
|
||||||
|
used to create a unique filename in a safe way.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
- Default: FILE:%d/krb5cc_%U_XXXXXX
|
||||||
|
+ Default: DIR:%d/krb5cc
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
11
sssd.spec
11
sssd.spec
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.9.0
|
Version: 1.9.0
|
||||||
Release: 17%{?dist}.beta6
|
Release: 18%{?dist}.beta6
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -28,7 +28,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
Patch0001: 0001-Abort-PAM-access-phase-if-HBAC-does-not-return-PAM_S.patch
|
Patch0001: 0001-Abort-PAM-access-phase-if-HBAC-does-not-return-PAM_S.patch
|
||||||
Patch0002: 0002-Do-not-try-to-remove-the-temp-login-file-if-already-.patch
|
Patch0002: 0002-Do-not-try-to-remove-the-temp-login-file-if-already-.patch
|
||||||
Patch0003: 0003-Only-create-the-SELinux-login-file-if-there-are-mapp.patch
|
Patch0003: 0003-Only-create-the-SELinux-login-file-if-there-are-mapp.patch
|
||||||
|
Patch0501: 0501-FEDORA-Switch-the-default-ccache-location.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
@ -228,7 +228,7 @@ autoreconf -ivf
|
|||||||
--with-init-dir=%{_initrddir} \
|
--with-init-dir=%{_initrddir} \
|
||||||
--with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \
|
--with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \
|
||||||
--with-default-ccache-dir=/run/user/%U \
|
--with-default-ccache-dir=/run/user/%U \
|
||||||
--with-default-ccname-template=DIR:%d/ccdir \
|
--with-default-ccname-template=DIR:%d/krb5cc \
|
||||||
--enable-nsslibdir=/%{_lib} \
|
--enable-nsslibdir=/%{_lib} \
|
||||||
--enable-pammoddir=/%{_lib}/security \
|
--enable-pammoddir=/%{_lib}/security \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@ -517,6 +517,11 @@ fi
|
|||||||
%postun -n libsss_sudo -p /sbin/ldconfig
|
%postun -n libsss_sudo -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 24 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.9.0-18.beta6
|
||||||
|
- Change the default ccache location to DIR:/run/user/${UID}/krb5cc
|
||||||
|
and patch man page accordingly
|
||||||
|
- Resolves: rhbz#851304
|
||||||
|
|
||||||
* Mon Aug 20 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.9.0-17.beta6
|
* Mon Aug 20 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.9.0-17.beta6
|
||||||
- Rebuild against libldb 1.10
|
- Rebuild against libldb 1.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user