I am currently in a context of assembly between a Rocky 9.3 client and a NAS.
Due to the restrictions I have regarding a Google LDAP. I have to work with SAMBA 1.0.
To do this I must use plain text password transmission during mounting/access. When I modify the configuration of my samba on my rocky client, and I execute an access with SMBCLIENT, everything works fine. If I do the same thing with a CIFS mount. I have an error. The problem is simply that I cannot force the modification of the CIFS SecurityFlags. I always get an error that the value is not correct.
“echo 0x30030 > /proc/fs/cifs/SecurityFlags”
ofc i did that in root context
how can I force the application of a value in CIFS security? the “sec” parameter in the mount line gives me the same errors. I think for security reasons, the value is blocked/prohibited. But I have no choice in my context.