Open c12simple opened 8 years ago
This would be useful when udevil is used in conjunction with e.g. Pydio: https://pydio.com/en/docs/references/plugins/meta/mount "Warning: Passing password via system evr PASSWD is not supported in 'udevil'."
Which leaves users to pass passwords on the mount command line, which is kind of a non-solution.
Is this possible to pass password via system environment variable like smb did link. If password is not specified, udevil will use environment variable PASSWD. It's can be useful when we use another program to execute udevil mount in unattended mode. Thank you