Displaying 1 result from an estimated 1 matches for "sesssetup_user".
1998 Aug 20
0
macro subsitution inconsistancies
...ly), so this is specific to the client being NT (perhaps win95, I havn't tried with other MS clients)
Admittedly, I've only been looking closely at the samba source code for about two weeks so I might be way off. Perhaps the above assignment to the user variable could be:
pstrcpy(user,sesssetup_user);
with the intended effect of keeping the values of %U and %G usable (just below the above code, there is a comment about share level security and an apparent workaround to keep %U and %G working, so this might not be without precedent). How this effects security in general, I don't know.
Tha...