Previous Topic: 403 Forbidden Message not Issued for WebDAV Requests After Microsoft Hotfixes Installed (159153, 157265)Next Topic: Openssl Required Upgrade (175119)


Defects Fixed in 12.52

This section contains the following topics:

Error in PowerShell Script for Updating Trusted Identity Provider Certificates In Agent Guide (175584)

Openssl Required Upgrade (175119)

Agent for Sharepoint 2010 Connection Wizard Failed to Do Basic Input Validation

Error in PowerShell Script for Updating Trusted Identity Provider Certificates In Agent Guide (175584)

Symptom:

The text of the PowerShell script in the topic "Create a PowerShell Script to Update the Certificates" in the SiteMinder Agent for SharePoint Guide is incorrect.

Specifically, "$cert" at the end of the following line should be "rootcert":

New-SPTrustedRootAuthority -Name "CASigningRootCert" -Certificate $cert 

Solution:

This issue has been fixed. The line now correctly reads as follows:

New-SPTrustedRootAuthority -Name "CASigningRootCert" -Certificate $rootcert 

STAR issue: 21534651