Idea #21595
Updated by Peter Amstutz about 1 year ago
The 'shared' directory uses full names. These have a couple of problems: * Always contain spaces and may have other characters that make it awkward with Unix tooling * Not guaranteed to be unique. Pirca has multiple accounts with full_name "Peter Amstutz". FUSE ends up picking one and the others are unavailable. It should use 'username' instead. I think the only question is whether it is worth the effort to maintain backwards compatibility (by making the 'username' behavior a new option) or we just change the existing behavior in place. behavior.