sapcc / manila

Shared filesystem management project for OpenStack.
http://openstack.org
Apache License 2.0
0 stars 2 forks source link

cifs: enable SMB signing #199

Closed Carthaca closed 1 month ago

Carthaca commented 1 month ago

by default it would be disabled. It can only be enabled after cifs server has been created. Therefore this can not be coupled with the other cifs security settings that are handled in configure_cifs_encryption() before cifs server creation.

equivalent to ontap client 'vserver cifs security modify -is-signing-required true [...]'

Change-Id: I3f1bbf009f47ebcb00c4c19206e08f11a87da9f3

Carthaca commented 1 month ago

This has been successfully tested in our qa environment.