summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorYassir Elley <yelley@redhat.com>2014-07-05 15:37:23 -0400
committerJakub Hrozek <jhrozek@redhat.com>2014-07-20 21:29:26 +0200
commit32381402a4a9afc003782c9e2301fc59c9bda2a9 (patch)
treea1a37e17a18de49be0fd1df6e94feff1b98ab566 /contrib
parentb31b0a468ddbc9be4fc78289e5a0a108c31ec620 (diff)
downloadsssd-32381402a4a9afc003782c9e2301fc59c9bda2a9.tar.gz
sssd-32381402a4a9afc003782c9e2301fc59c9bda2a9.tar.xz
sssd-32381402a4a9afc003782c9e2301fc59c9bda2a9.zip
AD-GPO: Store policy settings in local files
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index fb5500221..82d8e895c 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -77,6 +77,7 @@ Requires: python-sssdconfig = %{version}-%{release}
%global pipepath %{sssdstatedir}/pipes
%global mcpath %{sssdstatedir}/mc
%global pubconfpath %{sssdstatedir}/pubconf
+%global gpocachepath %{sssdstatedir}/gpo_cache
### Build Dependencies ###
@@ -447,6 +448,7 @@ autoreconf -ivf
--with-mcache-path=%{mcpath} \
--with-pipe-path=%{pipepath} \
--with-pubconf-path=%{pubconfpath} \
+ --with-gpo-cache-path=%{gpocachepath} \
--with-init-dir=%{_initrddir} \
--with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \
--enable-nsslibdir=/%{_lib} \
@@ -615,6 +617,7 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0644,root,root) %verify(not md5 size mtime) %{mcpath}/group
%attr(755,root,root) %dir %{pipepath}
%attr(755,root,root) %dir %{pubconfpath}
+%attr(755,root,root) %dir %{gpocachepath}
%attr(700,root,root) %dir %{pipepath}/private
%attr(750,root,root) %dir %{_var}/log/%{name}
%attr(711,root,root) %dir %{_sysconfdir}/sssd