RE: 2003 Certificate Authority - Custom Policy module
- From: "Nick" <Nick@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 15 Feb 2006 00:53:28 -0800
I executed the following steps:
1. Changed the makefile file as follows:
Replaced the line
!IF "$(TARGETOS)" == "WINNT" && "$(CPU)" != "IA64"
with the line
!IF "$(TARGETOS)" != "WINNT" && "$(CPU)" != "IA64"
2. Built the project.
3. Executed the command line
regsvr32 CertPSam.Dll
Please note that my target OS is Windows Server 2003 with SP1 installed.
Also while I am clicking on the Select button in the Policy Module propery of
W2003 CA the text "Sample/Test Policy Module" is displayed in two or more
lines.
Nick
"Veena" wrote:
Hi,.
I built the dll from .Net sample, but now i have a different issue.
"DllRegisterServer entry point was not found/performing registration failed"
,i suppose this is because DllMain causes mixed dll loading problem.
How about resolving this issue.
Thanks,
Veena
"Veena" wrote:
hi Nick,
Thanks a lot for the help, i will try with .Net sample and get back to you
in case of any problems.
Veena
"Nick" wrote:
Hi Veena,
First of all, thanks for your help regarding my question "Processing
certificate not before data..."
As for your question.
You should use not the Windows 2000 sample, but the Windows.Net sample.
Please see the SDK\Samples\Security\CertServices\Policy\C++\Windows.Net
folder. If you do not see this folder, maybe you need to install the latest
Microsoft SDK.
Hope this helps.
Nick
"Veena" wrote:
hi,
Can anyone please help me........
I made a build of policy module available with Micorsoft Platform SDK
Samples for C++.To my surprise, the 2003 Server Certificate Authority does
not recognize this DLL...?? But the same dll is recognized by 2000 server CA.
Could anyone explain me the reason for this.
Reference from :Microsoft Platform
SDK\Samples\Security\CertServices\Policy\C++\Windows2000, and the read me
file says, the code is supported for 2k or later.
Thanks,
Veena
Certification team
- Follow-Ups:
- Prev by Date: Re: How to Validate User Credentials on Windows 2000 OS?
- Next by Date: timestamp.verisign.com down?
- Previous by thread: Re: How to Validate User Credentials on Windows 2000 OS?
- Next by thread: RE: 2003 Certificate Authority - Custom Policy module
- Index(es):