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 /Makefile.am | |
parent | 3b533d57a737e2de1b3e85b073b14d3bfb49dafc (diff) | |
download | sssd-7197ce636c2b92152f5f6180bef6bda3752d148d.tar.gz sssd-7197ce636c2b92152f5f6180bef6bda3752d148d.tar.xz 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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9b361a8ce..61472b622 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1602,6 +1602,7 @@ installsssddirs:: $(DESTDIR)$(pidpath) \ $(DESTDIR)$(logpath) \ $(DESTDIR)$(pubconfpath) \ + $(DESTDIR)$(pubconfpath)/krb5.include.d \ $(DESTDIR)$(sudolibdir) \ $(DESTDIR)$(autofslibdir) |