Previous Topic: Defects Fixed in 12.51Next Topic: Defects Fixed in 12.52 SP1


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 CA SiteMinder® Agent for SharePoint Guide was 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

Openssl Required Upgrade (175119)

Symptom:

Openssl shipped with the CA SiteMinder® Agent for SharePoint had security vulnerabilities

Solution:

Openssl upgraded to version 0.9.8y.

Star issue 21518749-1.

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

Symptom:

The Share point 2010 Connection Wizard did not check for blank spaces embedded in realm and sign alias names. Consequently, the installer was not able to install Sharepoint 2010 Connection Wizard service.

Solution:

This wizard has been updated to address this problem.

Star issue: 21416896-1