summaryrefslogtreecommitdiffstats
path: root/install/share/default-smb-group.ldif
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-10-08 10:44:07 +0200
committerMartin Kosek <mkosek@redhat.com>2012-10-09 10:22:16 +0200
commit12f4584f577c8390b29e939e29bb471cb6c499ab (patch)
treefdf898cbf82a8675d743bbb37865e64b8c67d9d8 /install/share/default-smb-group.ldif
parente51b7ea2de0065c79f32403ee91144d14c2c7a06 (diff)
downloadfreeipa-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/default-smb-group.ldif')
-rw-r--r--install/share/default-smb-group.ldif8
1 files changed, 8 insertions, 0 deletions
diff --git a/install/share/default-smb-group.ldif b/install/share/default-smb-group.ldif
new file mode 100644
index 000000000..8d89f67cc
--- /dev/null
+++ b/install/share/default-smb-group.ldif
@@ -0,0 +1,8 @@
+dn: cn=Default SMB Group,cn=groups,cn=accounts,$SUFFIX
+changetype: add
+cn: Default SMB Group
+description: Fallback group for primary group RID, do not add user to this group
+gidnumber: 999
+objectclass: top
+objectclass: ipaobject
+objectclass: posixgroup