r3989: added a linear algorithmic mapping for uid->sid and gid->sid within
authorAndrew Tridgell <tridge@samba.org>
Mon, 29 Nov 2004 03:21:46 +0000 (03:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:11 +0000 (13:06 -0500)
commit8b4c1f448cd698c2f7fa01f537fc4216f3030279
tree56770f3d137abf1cd47ea6d14c556b0cb7655ea8
parent3342a53c0f20af2f255152bc9077294e18376b09
r3989: added a linear algorithmic mapping for uid->sid and gid->sid within
our local domain. Note that this linear mapping does not suffer from
the "foreign sid" problems of the linear mappings we have previously
rejected for the sid->uid problem.

the mapping allows for 1 billion automatically allocated users or
groups for the local domain.
(This used to be commit 8f573439753e2a425305936107442c85cffb9369)
source4/ntvfs/common/sidmap.c