2
votes
1answer
617 views

mount CIFS volume with pam_mount and password stored in gnome-keyring

I would like to store the passwords for CIFS volumes in gnome-keyring. I am currently using a text file with credentials in it and passing that to pam mount / mount.cifs which then will mount the ...