Hi all,<br><br>Has anyone been able to mount windows shares with mount.cifs using kerberos credentials?  I can get a kerberos ticket at login or use kinit and then connect via smbclient:<br><br>> kinit username<br>> smbclient -k \\server\share<br>
<br>I'd like to be able to mount the share like this:<br><br>> mount.cifs //server/share /mnt -o user=username,sec=krb5<br><br>The above command returns: mount error 95 = Operation not supported<br>Using sec=krb5i returns: mount error 126 = Required key not available<br>
<br>Some of the stuff I read said that mount.cifs doesn't support kerberos yet, but that wasn't recent.<br><br>