CIFS mount issue

Issues related to applications and software problems
Post Reply
ddolecki108
Posts: 39
Joined: 2017/02/28 20:46:44

CIFS mount issue

Post by ddolecki108 » 2017/06/20 13:26:56

ON a FIPS hardeded system the RHEL support method to mount a CIFS share is to use sec=krb5, tried that, still getting errors:

[root@servername]# tail /var/log/messages
Jun 20 08:11:40 servername kernel: CIFS VFS: Send error in SessSetup = -126
Jun 20 08:11:40 servername kernel: CIFS VFS: cifs_mount failed w/return code = -126
Jun 20 08:11:40 servername kernel: CIFS VFS: Send error in SessSetup = -126
Jun 20 08:11:40 servername kernel: CIFS VFS: cifs_mount failed w/return code = -126

//share1 /mountpoint1 cifs sec=krb5,ro,credentials=/root/credentials 0 0
//share2 /mountpoint2 cifs sec=krb5,ro,credentials=/root/credentials 0 0

# rpm -qa | grep krb5
krb5-devel-1.14.1-27.el7_3.x86_64
krb5-libs-1.14.1-27.el7_3.x86_64

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: CIFS mount issue

Post by hunter86_bg » 2017/06/21 16:11:28

Did you join the client (that mounts the CIFS) to the AD/Identity Management?

Post Reply