Kerberos を使用して Samba をマウントするときに、「 Required key not available 」エラーが表示される
環境
ONTAP 9+
問題
UNIX クライアントから Kerberos 認証を使用して CIFS 共有をマウントすると、マウントが「 required key not available 」エラーで失敗します。
例:
[root@client ~]# mount -t cifs -o username=user@domain.com,password='xxxx',sec=krb5,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 //cifserver/share /mnt
mount error(126): Required key not available
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)