[Pkg-samba-maint] DO NOT REPLY [Bug 6230] 'force group' still broken in 3.3.2

samba-bugs at samba.org samba-bugs at samba.org
Sun Mar 29 14:15:56 UTC 2009


https://bugzilla.samba.org/show_bug.cgi?id=6230





------- Comment #5 from vl at samba.org  2009-03-29 09:15 CST -------
Just re-checked the code. The relevant piece is in make_connection_snum() where
we print this debug message if share_access_check fails. And share_access_check
only fails if a security descriptor in share_info.tdb denies access. If there
is nothing in share_info.tdb, we fake up a security descriptor allowing
everything to the World SID. The only thing I could imagine is that with "force
group" being set we do not include the World SID in the user token.

Two things: To make 100% certain, can you do a

find / -name share_info.tdb

to make sure you removed the right share_info.tdb. Please don't feel offended
by such a simple-looking request, I've seen quite a few of those.

Second, debug level 3 is not enough, we need a debug level 10 log of both the
failure and success.

Thanks,

Volker


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



More information about the Pkg-samba-maint mailing list