I am trying to mount a windows 2008 R2 share on my centos6 64 server and am getting the following message as a response to the mount:
mount -t cifs //esb.local/dfs /mnt/win --verbose -o username=ESBSertal,password=MyPassword,domain=ESB,sec=krb5i
mount.cifs kernel mount options: ip=192.168.50.121,unc=\\esb.local\dfs,sec=krb5i,ver=1,user=ESBSertal,domain=ESB,pass=********
mount error(126): Required key not available
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
how can I provide the missing key?
thank you for your support.