Idea #21595
Updated by Peter Amstutz 8 months 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 or we just change the behavior.