secure automatic connection to MS-Windows file share (cifs)
I can mount a windows file share with `sudo mount -t cifs -o credentials=~/Files/server-mount/credentials //sbs2008/local ~/Files/server-mount/`. I would like to do this but:
- Without <strike>Without root privalages
privileges.</strike> (I can do this one, if I solve the other two.)
- Without storing password
password, unencrypted.
- Automatically on login
login.
I am using kubuntu 11.10