certutil -dspublish c:\robert.cer
CN=Robert,OU=External,DC=Domain,DC=Net?userCertificate
I recive the following error:
CertUtil: -dsPublish command FAILED: 0x80070057 (WIN32: 87)
CertUtil: The parameter is incorrect.
The certificate is ok and trusted. Is this the right syntax or is it
something else wrong here?
Thanks in advance /Marten
"Marten" <Mar...@discussions.microsoft.com> wrote in message
news:1EBCB478-4796-43C4...@microsoft.com...
http://msexchangeteam.com/archive/2008/04/23/448761.aspx
Do you know another way to do this?
Thanks for your help /Marten
> Hmm strange, according to this article it should work
>
> http://msexchangeteam.com/archive/2008/04/23/448761.aspx
>
> Do you know another way to do this?
Do you have permissions to write to the userCertificate attribute for the
contact object in question?
--
Paul Adare
http://www.identit.ca
One man's constant is another man's variable. -- Perlis
Thanks /Marten
certutil -addstore
"CN=Robert,OU=External,DC=Domain,DC=Net?userCertificate?base" c:\robert.cer
certutil -addstore
"ldap:///CN=Robert,OU=External,DC=Domain,DC=Net?userCertificate?base"
c:\robert.cer