changed the order of checking whether a SID is a UID or a GID in posix
authorAndrew Tridgell <tridge@samba.org>
Tue, 1 Apr 2003 11:12:42 +0000 (11:12 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 1 Apr 2003 11:12:42 +0000 (11:12 +0000)
commitd84acbc8aac11fa7f80de6de8b9c5b70b1c084d3
tree2bfd86fcff6fa019297f60dee117c5619d931ce4
parent65d7f6afbad8a1a38d99612a96229e8ff1ba77a2
changed the order of checking whether a SID is a UID or a GID in posix
acls. This is needed because sid_to_uid always claims that the sid is
a user, due ot a change I made some months back.

This change was suggested by Chere Zhou, but is really an interim
measure. Chere is looking at a longer term solution.
(This used to be commit b3edfa91964d2edfd1692fa58f98de00405e14c4)
source3/smbd/posix_acls.c