Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

versioning change #34

Merged
merged 4 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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): ".\*"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manual_readme_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions winrm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -3457,4 +3457,4 @@
}
]
}
}
}