Fix up a security issue with the way we handle domain groups retuned on the
authorAndrew Bartlett <abartlet@samba.org>
Sat, 26 Jan 2002 06:24:53 +0000 (06:24 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 26 Jan 2002 06:24:53 +0000 (06:24 +0000)
commit554842e0a55155193f25aefca6480b89d5c512ca
tree8dcea3354020d3a9460cd3a7e10ede491124ca29
parent8ffc024ebc73dee32a9dfc1873e824c996205475
Fix up a security issue with the way we handle domain groups retuned on the
info3.  These are RIDs, and it only makes sense to combine them with the domain
SID returned with them.  This is important for trusted domains, where that sid
might be other than the one we currently reterive from the secrets.tdb.

Also remove the become_root()/unbecome_root() wrapper from around both
remaining TDB users:  Both are now initialised at smbd startup.

Andrew Bartlett
source/auth/auth_domain.c
source/libsmb/netlogon_unigrp.c
source/smbd/server.c