Directory sync seems to be working, and the MSDN article says that 2008 SP2 is supported, but password sync is failing. Has anyone got this to work? I know there are blog posts out there that say 2008 R2 is required, but that is not what MSDN says.
https://msdn.microsoft.com/en-us/library/azure/dn757602.aspx
The version I have installed is the latest. It says 1.0.475.1202 in add-remove programs.
Password synchronization failed for domain: celc.christpewaukee.org. Details:
System.IO.FileLoadException: A procedure imported by 'Microsoft.Online.PasswordSynchronization.Cryptography.dll' could not be loaded.
File name: 'Microsoft.Online.PasswordSynchronization.Cryptography.dll'
at Microsoft.Online.PasswordSynchronization.PasswordHashGenerator.CreatePasswordHash(ChangeObject changeObject)
at Microsoft.Online.PasswordSynchronization.PasswordSynchronizationTask.CreatePasswordData(ChangeObject changeObject)
at Microsoft.Online.PasswordSynchronization.PasswordSynchronizationTask.BuildPasswordBatch(IList`1 passwordChanges, IEnumerable`1 changeObjects)
at Microsoft.Online.PasswordSynchronization.PasswordSynchronizationTask.BuildPasswordBatch(IList`1 changeSetObjects)
at Microsoft.Online.PasswordSynchronization.DeltaSynchronizationTask.SynchronizeCredentialsToCloud()
at Microsoft.Online.PasswordSynchronization.PasswordSynchronizationTask.SynchronizeSecrets()
at Microsoft.Online.PasswordSynchronization.SynchronizationExecutionContext.SynchronizeDomain()
at Microsoft.Online.PasswordSynchronization.SynchronizationManager.SynchronizeDomain(SynchronizationExecutionContext syncExecutionContext)