provision: No longer use the wheel group in new AD Domains
authorAndrew Bartlett <abartlet@samba.org>
Tue, 16 Oct 2012 02:08:22 +0000 (13:08 +1100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 2 Nov 2012 09:55:32 +0000 (10:55 +0100)
commit37cabc1783519dcca01991fe3ae02a7a072e3d26
tree817ff7aeda7bab769edf49a39a0185b3a968f051
parentdaaf7f3448f0756a10b3c84b664abd284f50ad80
provision: No longer use the wheel group in new AD Domains

The issue here is that if we set S-1-5-32-544 (administrators) to a
GID only, then users cannot force a mandetory profile to be owned by
administrators (which is a requirement).

There is no particularly useful reason for us to enforce this matching
a system group.

Andrew Bartlett

Fix bug #9340 - We should not use the wheel group for 'administrators'.
source4/scripting/bin/samba_upgradedns
source4/scripting/python/samba/netcmd/domain.py
source4/scripting/python/samba/provision/__init__.py
source4/scripting/python/samba/tests/posixacl.py
source4/scripting/python/samba/upgrade.py
source4/scripting/python/samba/upgradehelpers.py