s4:auth Move BUILTIN group addition into session.c
authorAndrew Bartlett <abartlet@samba.org>
Tue, 13 Apr 2010 12:11:26 +0000 (22:11 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 May 2010 07:39:09 +0000 (17:39 +1000)
commit5f9024c8a4350792e67e1d8dbe8e45ff5732bd66
tree37bd039a17555bfa92231cfe63a352743df9a2d5
parent564b4c7443b256e002b7ac173d4c5e8870980de3
s4:auth Move BUILTIN group addition into session.c

The group list in the PAC does not include 'enterprise DCs' and
BUILTIN groups, so we should generate it on each server, not in the
list we pass around in the PAC or SamLogon reply.

Andrew Bartlett
source4/auth/auth.h
source4/auth/sam.c
source4/auth/session.c
source4/dsdb/samdb/samdb.c