Opened 15 months ago
Closed 13 months ago
#1447 closed enhancement (fixed)
Feature request: allow specifying umask, dperm and fperm settings for afpd
| Reported by: | delphij | Owned by: | william |
|---|---|---|---|
| Priority: | critical | Milestone: | 8.2.0-RELEASE |
| Component: | GUI | Version: | 8.0.4-RELEASE |
| Keywords: | Cc: |
Description
Currently there is no way to specify umask for mountpoints.
A customer requested this feature because it's useful to specify e.g. 002 rather than the default 022, to make it possible for different users to share file in the same group.
It's desirable to make it possible to specify these settings globally and per-mountpoint/share.
A quick hotfix would be just specifying umask: 002 for the :DEFAULT: line in AppleVolumes?.default which is generated by ix-netatalk.
Change History (4)
comment:1 Changed 14 months ago by dwhite
comment:2 Changed 14 months ago by william
- Owner set to william
- Status changed from new to accepted
comment:3 Changed 14 months ago by william
Do we need umask? Aren't fperm and dperm enough?
comment:4 Changed 13 months ago by william
- Resolution set to fixed
- Status changed from accepted to closed
Implemented in r11406
Note: See
TracTickets for help on using
tickets.

One downside with these types of settings is that permission overrides only work for non-NFS filesharing, and won't interoperate correctly with NFS.
Exposing the knob for AFP would at least provide feature parity with CIFS. Samba has particularly powerful mode override options.