From 4e66ce52fbca6e10a6c68c8e9e36a1746bb74f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pos=C5=82uszny?= Date: Thu, 29 Feb 2024 08:38:51 +0100 Subject: [PATCH 1/4] versioning change --- release_notes/{2.2.10.md => 2.3.0.md} | 0 winrm.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename release_notes/{2.2.10.md => 2.3.0.md} (100%) diff --git a/release_notes/2.2.10.md b/release_notes/2.3.0.md similarity index 100% rename from release_notes/2.2.10.md rename to release_notes/2.3.0.md diff --git a/winrm.json b/winrm.json index 24b7927..83546a2 100644 --- a/winrm.json +++ b/winrm.json @@ -10,7 +10,7 @@ "product_version_regex": ".*", "publisher": "Splunk", "license": "Copyright (c) 2018-2024 Splunk Inc.", - "app_version": "2.2.10", + "app_version": "2.3.0", "utctime_updated": "2024-02-28T09:53:35.000000Z", "package_name": "phantom_winrm", "main_module": "winrm_connector.py", @@ -3457,4 +3457,4 @@ } ] } -} \ No newline at end of file +} From 7c20fd7700c7dd933ff1f4924c66ceb2dd2fe051 Mon Sep 17 00:00:00 2001 From: splunk-soar-connectors-admin Date: Thu, 29 Feb 2024 07:39:48 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d6b61..dfae0f5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Windows Remote Management Publisher: Splunk -Connector Version: 2.2.10 +Connector Version: 2.3.0 Product Vendor: Microsoft Product Name: Windows Remote Management Product Version Supported (regex): ".\*" From 9ae2ce6c4e4aea45f23790101aede7b4265059f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pos=C5=82uszny?= Date: Thu, 29 Feb 2024 09:11:46 +0100 Subject: [PATCH 3/4] readme fix --- manual_readme_content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual_readme_content.md b/manual_readme_content.md index e815137..49a5187 100644 --- a/manual_readme_content.md +++ b/manual_readme_content.md @@ -137,7 +137,7 @@ You'll also need to setup your instance to support Kerberos: - Kerberos packages have to be installed: - for Debian/Ubuntu/etc: `sudo apt-get install krb5-user` - - for RHEL/CentOS/etc: `sudo yum install krb5-workstation krb5-libs krb5-auth-dialog` + - for RHEL/CentOS/etc: `sudo yum install krb5-workstation krb5-libs` - `/etc/krb5.conf` needs to be properly configured for your realm and kdc - If there is no DNS configuration, `hosts` file will need to have mappings for server with mssccm under same domain as on Windows server From af972171564d7b3d540d0eb03663d994ae6dc499 Mon Sep 17 00:00:00 2001 From: splunk-soar-connectors-admin Date: Thu, 29 Feb 2024 08:12:53 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfae0f5..1fbd0a7 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ You'll also need to setup your instance to support Kerberos: - Kerberos packages have to be installed: - for Debian/Ubuntu/etc: `sudo apt-get install krb5-user` - - for RHEL/CentOS/etc: `sudo yum install krb5-workstation krb5-libs krb5-auth-dialog` + - for RHEL/CentOS/etc: `sudo yum install krb5-workstation krb5-libs` - `/etc/krb5.conf` needs to be properly configured for your realm and kdc - If there is no DNS configuration, `hosts` file will need to have mappings for server with mssccm under same domain as on Windows server