mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 01:31:56 -06:00
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
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
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
|