From 7197ce636c2b92152f5f6180bef6bda3752d148d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 1 Aug 2012 18:28:04 +0200 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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) -- cgit