From 12f4584f577c8390b29e939e29bb471cb6c499ab Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 8 Oct 2012 10:44:07 +0200 Subject: ipa-adtrust-install: create fallback group with ldif file Currently the framework is used to add the group but we want to avoid that users are added explicitly to the group by removing the objectclasses groupofnames, ipausergroup and nestedgroup and we want to use a name with spaces in it. Both it not easy possible with the framework, a LDIF file is used instead to create the group. Fixes https://fedorahosted.org/freeipa/ticket/3147 --- install/share/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'install/share/Makefile.am') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 03fef9a66..23cd766a5 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -16,6 +16,7 @@ app_DATA = \ caJarSigningCert.cfg.template \ default-aci.ldif \ default-hbac.ldif \ + default-smb-group.ldif \ delegation.ldif \ replica-acis.ldif \ ds-nfiles.ldif \ -- cgit