r12174: Simple patch to work around the current lack of BUILTIN
authorGerald Carter <jerry@samba.org>
Sun, 11 Dec 2005 04:39:33 +0000 (04:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:48 +0000 (11:05 -0500)
commit143103954cf80c211b7799ebfd4f9ad12ff7c420
treef211439a621f15006238a904e8a58618567aada5
parenta48955306705ac7f045e3726d7097900550bebe3
r12174: Simple patch to work around the current lack of BUILTIN
nested group support.  Always add the BUILTIN\Administrators
SID to a Domain Admins token.

This solves the extra steps of establishing a group map for
the local Administrators SID in order to control services.
Windows also tends to expect the Administrators group to be
usable when setting up security permissions on shares.

Volker's work will probably fix this long term, but this
gets us past some of the setup hurdles for 3.0.21.
(This used to be commit 170b6a68bcbd66bae322c5b1b8c8501ca96acab2)
source3/auth/auth_util.c