On 26 June 2013 19:56, Keith Edmunds kae@midnighthax.com wrote:
If you want to mount these at every boot, the easiest way would be to edit /etc/fstab and change:
user,credentials=...
to
credentials=...
If you want to be able to mount these as a non-root user at some arbitrary time, it's (slightly) more complicated.
How so?
I thought auto,user would be fine. At least that's my understanding of http://www.tuxfiles.org/linuxhelp/fstab.html
As for the nosuid stuff:
https://help.ubuntu.com/community/Fstab
specifies that defaults for 'user' is 'nosuid'.
I wonder if:
user,auto,suid,exec,credentials=/etc/samba/auth.storage_server.Epox
would make it all work?
Regards, Srdjan