s3-smbd: Convert posix_acls.c to use struct unixid internally
commitd3188a0480e067ecd8c7ac65ebd9dfc5f2132b41
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Aug 2012 02:02:49 +0000 (7 12:02 +1000)
committerJeremy Allison <jra@samba.org>
Fri, 10 Aug 2012 21:38:47 +0000 (10 14:38 -0700)
tree25281eb258b64af099bea9d5cf94aaa271da4a2b
parent1c3c5e2156d9096f60bd53a96b88c2f1001d898a
s3-smbd: Convert posix_acls.c to use struct unixid internally

This is consistent with the rest of Samba which uses this structure to represent
a unix uid or gid.

World values remain represented by the owner_type being WORLD_ACE in the containing
structure.  A -1 value is filled in to the unixid.id in the same way the .world value
was initialised in the union.

Andrew Bartlett

Signed-off-by: Jeremy Allison <jra@samba.org>
source3/smbd/posix_acls.c