Tagged Questions
1
vote
1answer
556 views
Can I automate mounting a cifs share without storing my password in plaintext?
I currently use a script which contains commands along the lines of
sudo /sbin/mount.cifs $SERVER_SHARE $MOUNT -o username=$DOMAIN_$USER,uid=$USER,gid=$USER,file_mode=0664,dir_mode=0775
to mount my ...
4
votes
1answer
102 views
Mount and automount and security problems
Are there any security problems related with (auto)mounting device?
4
votes
2answers
1k views
How do you protect a plain text credentials file with the username and password?
I am trying to setup an auto-mounting network drive. The network drive requires a user/pass. In the man page for "mount.cifs" there are two ways to provide the user/pass.
[not recommended] put the ...