Displaying 1 result from an estimated 1 matches for "unpack_canon_ace".
2002 Feb 15
0
smbd 2.2.2 code changes
Hi folks,
want to share chgs made to the 2.2.2 smbd code to:
1. fix a silent ACL setting failure (posix_acls.c.diff)
2. enh the SID to user mapping when setting ACL's (passdb.c.diff)
The former just looks to be a misplaced return code check
of unpack_canon_ace() in set_nt_acl().
The later is a means of getting a SID-to-name mapping in
local_sid_to_uid() when a local SID lookup fails. In this
case a call is made to the PDC asking for a SID-to-name.
If successfull it then:
1. passes the name to getpwname() if that fails it
2. passes the name to the addu...