The command to enable/disable encryption is:
vserver cifs security modify -vserver vserver_name -is-smb-encryption-required true/false
Let's say I set it to false (i.e disable encryption for a vserver). If a client wants to negotiate encryption. Will the client be able to negotiate with the server to encrypt the traffic between them?
The idea is that only one client to the SMB server needs encrypted data. Others clients do not need data to be encrypted. Is this possible?