Changeset 594 for vendor/current/source3/modules/vfs_acl_xattr.c
- Timestamp:
- Jul 1, 2011, 4:02:23 PM (14 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/modules/vfs_acl_xattr.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/modules/vfs_acl_xattr.c
r414 r594 30 30 31 31 /* Pull in the common functions. */ 32 33 32 34 #include "modules/vfs_acl_common.c" 33 35 … … 184 186 } 185 187 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 )); 191 194 192 195 lp_do_parameter(SNUM(handle->conn), "inherit acls", "true"); 193 196 lp_do_parameter(SNUM(handle->conn), "dos filemode", "true"); 197 194 198 195 199 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.
