IgnorantGuru / udevil

Mount without password
http://ignorantguru.github.com/udevil/
GNU General Public License v3.0
129 stars 30 forks source link

Pass password via system environment variable #66

Open c12simple opened 8 years ago

c12simple commented 8 years ago

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

JohnstonJ commented 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.