i saw some chat about mapping proper options to proper versions of bindfs. is someone working on that? it looks like the correct option in my case is --user or --owner-user instead of --force-user (likewise for force-group) but i haven't investigated what other incompatibilities exist.
given the following configuration:
version 0.3.0 of this plugin seems to generate this command:
unfortunately, the
bindfs
command does not accept aforce-user
option on my machine (ubuntu 12.04 with bindfs version 1.9).as a workaround, i've asked people in my organization to install this plugin like so:
i saw some chat about mapping proper options to proper versions of bindfs. is someone working on that? it looks like the correct option in my case is
--user
or--owner-user
instead of--force-user
(likewise forforce-group
) but i haven't investigated what other incompatibilities exist.