summaryrefslogtreecommitdiff
path: root/source4/setup/provision_templates_init.ldif
AgeCommit message (Collapse)AuthorFilesLines
2009-09-07s4:samldb - Major reworkMatthias Dieter Wallnöfer1-10/+0
This fixes up the change of the primary group of a user when using the ADUC console: - When the "primaryGroupId" attribute changes, we have to delete the "member"/"memberOf" attribute reference of the new primary group and add one for the old primary group. - Deny deletion of primary groups according to Windows Server (so we cannot have invalid "primaryGroupID" attributes in our AD). - We cannot add a primary group directly before it isn't a secondary one of a user account. - We cannot add a secondary reference ("member" attribute) when the group has been chosen as primary one. This also removes the LDB templates which are basically overhead now. This should also fix bug #6599.
2008-08-19Fix templates.ldb reprovision handling.Andrew Bartlett1-0/+10
This sets the attributes in a seperate transaction, and allows a forced delete of the whole file. Andrew Bartlett (This used to be commit 423db2468ba3dac89cebc59c8498c0b08c5f3d7b)