Hi All,
When running the below PS command "Install-AdfsFarm –FederationServiceName…"
I get an error with message "unable configure the private key store", but then when I check the event logs I get this -
Could not bind to
DN:'CN=261a13c4-cc8d-XXXX-9b61-74098f3a4174,CN=ADFS,CN=Microsoft,CN=Program
Data,DC=XXX,DC=local'. Got
exception:'System.DirectoryServices.DirectoryServicesCOMException (0x80072030):
There is no such object on the server.
at
System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at
System.DirectoryServices.DirectoryEntry.Bind()
at
System.DirectoryServices.DirectoryEntry.RefreshCache()
at
System.DirectoryServices.DirectoryEntry.FillCache(String propertyName)
at
System.DirectoryServices.DirectoryEntry.get_NativeGuid()
at
System.DirectoryServices.DirectoryEntry.get_Guid()
at
Microsoft.IdentityServer.CertificateManagement.DkmFactory.CheckExistence(String
distinguishedName, String& dcName)'. Concluding that the said DN does not exist.
Please give me suggestion to resolve this case.