To add a little more, I've noticed that executing the sudo kinit $USER isn't essential as I thought it was. If I just sudo chmod root:root <ccache_file> the mount works fine as well.
So: user> kinit user> sudo mount.cifs //host/share /folder -o sec=krb5 mount error(126): Required key not available user> sudo chmod root:root /tmp/krb5cc_1000_XWHnic user> sudo mount.cifs //host/share /folder -o sec=krb5 success -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676525 Title: mount.cifs cannot mount with kerberos To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/676525/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
