(no subject)

medha at pezman.austin.ibm.com medha at pezman.austin.ibm.com
Mon Feb 12 22:40:07 GMT 2001


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.

-Medha           
                
                
     




More information about the samba-technical mailing list