diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-01 18:28:04 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-01 22:24:45 +0200 |
commit | 7197ce636c2b92152f5f6180bef6bda3752d148d (patch) | |
tree | 0fffc5aa1ee697ba65662dcf2cbc023ee6c727bb /contrib | |
parent | 3b533d57a737e2de1b3e85b073b14d3bfb49dafc (diff) | |
download | sssd-7197ce636c2b92152f5f6180bef6bda3752d148d.tar.gz sssd-7197ce636c2b92152f5f6180bef6bda3752d148d.tar.bz2 sssd-7197ce636c2b92152f5f6180bef6bda3752d148d.zip |
Create a domain-realm mapping for krb5.conf to be included
When new subdomains are discovered, the SSSD creates a file that
includes the domain-realm mappings. This file can in turn be included in
the krb5.conf using the includedir directive, such as:
includedir /var/lib/sss/pubconf/realm_mappings
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index ccb2ce3f..90bd0797 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -362,6 +362,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %dir %{mcpath} %attr(755,root,root) %dir %{pipepath} %attr(755,root,root) %dir %{pubconfpath} +%attr(755,root,root) %dir %{pubconfpath}/krb5.include.d %attr(700,root,root) %dir %{pipepath}/private %attr(750,root,root) %dir %{_var}/log/%{name} %attr(711,root,root) %dir %{_sysconfdir}/sssd |