From aa0956f2d0a1bc23e720c453338c0b2d8fa4a1ce Mon Sep 17 00:00:00 2001 From: Jorrit Folmer Date: Fri, 29 Jan 2016 08:40:50 +0100 Subject: [PATCH] v1.0.7 --- README.md | 4 ++-- metadata.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6fca70..73577d8 100644 --- a/README.md +++ b/README.md @@ -301,8 +301,8 @@ On the ADFS side: ![ADFS show all claim rules for Splunk](adfs_claim_rules.png) 1. import the Splunk Root CA (/opt/splunk/etc/auth/cacert.pem) in the Trusted Root Certificates store of the Windows server, -1. `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -EncryptionCertificateRevocationCheck none` -1. `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -SigningCertificateRevocationCheck none` +1. If you're using your own certificates: `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -EncryptionCertificateRevocationCheck none` +1. If you're using your own certificates: `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -SigningCertificateRevocationCheck none` 1. `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -EncryptClaims $False` 1. `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -SignedSamlRequestsRequired $False`, otherwise you'll find messages like these in the Windows Eventlog: `System.NotSupportedException: ID6027: Enveloped Signature Transform cannot be the last transform in the chain.` diff --git a/metadata.json b/metadata.json index f9c41e2..af6edc0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jorritfolmer-splunk", - "version": "1.0.6", + "version": "1.0.7", "author": "Jorrit Folmer", "summary": "Deploy Splunk instances into any imaginable topology, distributed or clustered.", "license": "MIT", @@ -29,11 +29,11 @@ "requirements": [ { "name": "pe", - "version_requirement": ">= 2.7 < 2015.3.0" + "version_requirement": ">= 2.7 <= 2015.3.0" }, { "name": "puppet", - "version_requirement": ">= 2.7.1 < 5.0.0" + "version_requirement": ">= 2.7.1 <= 4.3.2" } ], "tags": ["splunk", "splunkforwarder"]