mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ced486c841
unix groups are not explicitly mapped.
i.e as a PDC or BDC you can have domain groups, as a member of a domain
you cannot.
as a member of a domain, unmapped unix groups are assumed to be aliases,
and as a PDC or BDC, unmapped unix groups are assumed to be unix groups.
there is _one_ other check needed with aliases to be added: unmapped unix
groups that have the same name as an NT group on the PDC (for which i will
need to write an LsaLookupNames call) should be assumed to be domain groups
on the PDC.
(This used to be commit
|
||
---|---|---|
.. | ||
aliasdb.c | ||
aliasfile.c | ||
aliasunix.c | ||
groupdb.c | ||
groupfile.c | ||
groupunix.c |