Tag Archives: share

Windows: Store credentials to access a share

Hi,

the credialstore offers the ability to store credientials to access some resources without entering the password every time when the resource is used.
Continue reading Windows: Store credentials to access a share

Advertisment to support michlstechblog.info

Linux: Mount a Windows share with kerberos authentication

Hi,

in some secure environments only kerberos authentication is allowed to connect to a Windows file share.

This example demonstrate the procedure on how to mount a share on a Debian 7 (Wheezy)  Linux. Other distributions should provide a simliar way.

First of all install the necessary pakets.

michael@debdev:~# apt-get install krb5-user krb5-config cifs-utils keyutils

After installing the packages the Kerberos configuration wizard starts.
Continue reading Linux: Mount a Windows share with kerberos authentication