Ignore:
Timestamp:
Jul 1, 2011, 4:02:23 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/modules/vfs_acl_xattr.c

    r414 r594  
    3030
    3131/* Pull in the common functions. */
     32
     33
    3234#include "modules/vfs_acl_common.c"
    3335
     
    184186        }
    185187
    186         /* Ensure we have "inherit acls = yes" if we're
    187          * using this module. */
    188         DEBUG(2,("connect_acl_xattr: setting 'inherit acls = true' "
    189                 "and 'dos filemode = true' for service %s\n",
    190                 service ));
     188        /* Ensure we have the parameters correct if we're
     189         * using this module. */
     190        DEBUG(2,("connect_acl_xattr: setting 'inherit acls = true' "
     191                "'dos filemode = true' and "
     192                "'force unknown acl user = true' for service %s\n",
     193                service ));
    191194
    192195        lp_do_parameter(SNUM(handle->conn), "inherit acls", "true");
    193196        lp_do_parameter(SNUM(handle->conn), "dos filemode", "true");
     197
    194198
    195199        return 0;
Note: See TracChangeset for help on using the changeset viewer.