mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
91606e6679
Change user-add's uid & gid parameters from autofill to optional. Change the DNA magic value to -1. For old clients, which will still send 999 when they want DNA assignment, translate the 999 to -1. This is done via a new capability, optional_uid_params. Tests included https://fedorahosted.org/freeipa/ticket/2886
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 users to this group
|
|
gidnumber: -1
|
|
objectclass: top
|
|
objectclass: ipaobject
|
|
objectclass: posixgroup
|