rundeck-plugins / rundeck-winrm-plugin

UNMAINTAINED - Rundeck WinRM Node Executor plugin
Other
56 stars 28 forks source link

Change CifsConnectionBuilder to SmbConnectionBuilder to enable SMBv2/v3 support. SMBv1 is deprecated #56

Closed czoechmann closed 6 years ago

czoechmann commented 6 years ago

Overthere uses a new class for connecting to SMBv2/v3. This changes the filecopier plugin to use the new class. SMBv1 is deprecated because of security concerns and most servers have it disabled.

z0dijak commented 6 years ago

@gschueler would be nice if you could merge that pull request. Would help us a lot!