diff options
author | Sumit Bose <sbose@redhat.com> | 2012-10-08 10:44:07 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-10-09 10:22:16 +0200 |
commit | 12f4584f577c8390b29e939e29bb471cb6c499ab (patch) | |
tree | fdf898cbf82a8675d743bbb37865e64b8c67d9d8 /install/share/Makefile.am | |
parent | e51b7ea2de0065c79f32403ee91144d14c2c7a06 (diff) | |
download | freeipa-12f4584f577c8390b29e939e29bb471cb6c499ab.tar.gz freeipa-12f4584f577c8390b29e939e29bb471cb6c499ab.tar.xz freeipa-12f4584f577c8390b29e939e29bb471cb6c499ab.zip |
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
Diffstat (limited to 'install/share/Makefile.am')
-rw-r--r-- | install/share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |