diff options
author | Gerald Carter <jerry@samba.org> | 2003-07-11 16:37:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-07-11 16:37:23 +0000 |
commit | 733f767b9465c53822af99bb0cc761ba745c96b6 (patch) | |
tree | 1f9e6358f102ac776134846aec59db149e728eb7 /source3/passdb | |
parent | 24ce328662bcfb412071ff6b016aa7a61c184543 (diff) | |
download | samba-733f767b9465c53822af99bb0cc761ba745c96b6.tar.gz samba-733f767b9465c53822af99bb0cc761ba745c96b6.tar.xz samba-733f767b9465c53822af99bb0cc761ba745c96b6.zip |
fix sid_to_[uid|gid] (spotted by Volker).
Still testing this, but I'm checking it in
so Volker can test it as well. Should be right.
(This used to be commit 8edf193722f699cc33baed410917a78a5e28d0a4)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/passdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index 408695d4bd..ae52b3d4f1 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -1195,7 +1195,7 @@ BOOL local_sid_to_gid(gid_t *pgid, const DOM_SID *psid, enum SID_NAME_USE *name_ *name_type = SID_NAME_UNKNOWN; - /* This call can enumerate grou mappings for foreign sids as well. + /* This call can enumerate group mappings for foreign sids as well. So don't check for a match against our domain SID */ /* we don't need to disable winbindd since the gid is stored in |