(no subject)

Jeremy Allison jeremy at valinux.com
Mon Feb 12 20:48:41 GMT 2001


medha at pezman.austin.ibm.com wrote:
> 
> I am attempting to get extended ACLs working on AIX and am having a problem.
> The security_info_sent in set_nt_acl is 0 even though in
> call_nt_transact_set_security_desc, it is read to be 0x4. I tracked the change
> to these statements in set_sd:
> 
> if (psd->off_sacl==0)
>                 security_info_sent &= ~DACL_SECURITY_INFORMATION;
> if (psd->off_dacl==0)
>                 security_info_sent &= ~SACL_SECURITY_INFORMATION;
> 
> Should these be swapped so that the SACL_SECURITY_INFORMATION bit gets
> turned off if psd->off_sacl is 0 and vice versa?  Thanks for the help.

Yep - thanks for the sharp eyes. Fixed in 2.2 and HEAD CVS.

Jeremy.

-- 
--------------------------------------------------------
Buying an operating system without source is like buying
a self-assembly Space Shuttle with no instructions.
--------------------------------------------------------




More information about the samba-technical mailing list