You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for your help! However, I don't think these steps need to be performed any longer under the latest version of CoreOS.
I was able to perform a mount -t cifs <address> -o sec=krb6,vers=3.0 just fine out of box once connected to my domain via KRB5 :)
$ which mount.cifs
/usr/sbin/mount.cifs
Here's my version info:
cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=2247.6.0
VERSION_ID=2247.6.0
BUILD_ID=2019-11-06-2138
PRETTY_NAME="Container Linux by CoreOS 2247.6.0 (Rhyolite)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://issues.coreos.com"
COREOS_BOARD="amd64-usr"
Thanks for your help! However, I don't think these steps need to be performed any longer under the latest version of CoreOS.
I was able to perform a
mount -t cifs <address> -o sec=krb6,vers=3.0
just fine out of box once connected to my domain via KRB5 :)Here's my version info: