cifscloak
cifscloak copied to clipboard
Mount cifs shares using encrypted credentials
This very small change allows to define the cifstabdir directory as an environment variable. In this way you can have multiple instance of cifscloak in the same machine. I am...
While installing cifstab on a new machine, and ran into a problem when I tried to mount the filesystems using `cifstab mount -a`: ``` root:~# cifstab mount -a { "Documents":...
On Debian 12 (bookworm), I ran into an error when trying to install cifstab. When I ran the pip3 install command, I got the following error: "error: externally-managed-environment". I was...