I'm supposed to be on vacation - and perhaps my mind is there, but I've found myself solving a problem at the office that cannot wait.
I have a share on a v 8.2.2.0 cluster that is open to Everyone
Filesystem permissions are chmodded to be open
mbisilon2-1# ls -led /ifs/clustername/sysadmin/sql_backups
drwxrwxrwx + 2 root wheel 0 Aug 14 10:33 /ifs/clustername/sysadmin/sql_backups
OWNER: user:root
GROUP: group:wheel
CONTROL:dacl_auto_inherited,sacl_auto_inherited
0: everyone allow dir_gen_all,container_inherit
1: group:MHS\domain admins allow dir_gen_all,container_inherit
2:user:COMPANY\myuserid allow dir_gen_all,container_inherit
The problem is, I cannot mount the dang thing from RHEL 7.8.
When I try:
kernel: Status code returned 0xc000006d STATUS_LOGON_FAILURE
kernel: CIFS VFS: Send error in SessSetup = -13
kernel: CIFS VFS: cifs_mount failed w/return code = -13
This used to work! I'm probably missing something, I've tried setting the version to 2.1 and to 3. I'm pretty sure 1 is blocked on our network.
Help!