Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/posix_acls.c

    r204 r228  
    32223222}
    32233223
     3224#if 0
     3225/* Disable this - prevents ACL inheritance from the ACL editor. JRA. */
     3226
    32243227/****************************************************************************
    32253228 Take care of parent ACL inheritance.
     
    34143417        return status;
    34153418}
     3419#endif
    34163420
    34173421/****************************************************************************
     
    35263530        create_file_sids(&sbuf, &file_owner_sid, &file_grp_sid);
    35273531
     3532#if 0
     3533        /* Disable this - prevents ACL inheritance from the ACL editor. JRA. */
     3534
     3535        /* See here: http://www.codeproject.com/KB/winsdk/accessctrl2.aspx
     3536         * for details and also the log trace in bug #4308. JRA.
     3537         */
     3538
    35283539        if ((security_info_sent & DACL_SECURITY_INFORMATION) &&
    35293540                psd->dacl != NULL &&
     
    35373548                }
    35383549        }
     3550#endif
    35393551
    35403552        acl_perms = unpack_canon_ace( fsp, &sbuf, &file_owner_sid, &file_grp_sid,
Note: See TracChangeset for help on using the changeset viewer.