Click here to get back home

Windows 2003 PKI

 HomeNewsGroups | Search | About
 microsoft.public.windows.server.security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Windows 2003 PKI Philippe Bonatti 08-23-2005
  `--> Re: Windows 2003 PKI Philippe Bonatt...08-24-2005
Posted by Philippe Bonatti on August 23, 2005, 9:51 am
Please log in for more thread options
Hi,

I have a big problem with our PKI

Trouble:
-------
When a computer request (by autoenrollment), the IssuerCA accept the
certificate (I can show it on Issue Certificate Folder) but a few
minutes late, the following error appear on CA MMC, on Failled Request
Folder :
The authorizations on the model of certificate do not authorize the
current user to be a registrered for this type of certificate.
0x80094012 (-2146877422)

Refused by the module of strategy.

When a child domain controller ask for a domain controller certificate,
I got this message on child DC :
The request for certificate failed because of one of the following
conditions :
- Autorithy of certification did not start.
- You do not have the authorizations to ask for certificates starting
from the authorities of certification available.

I checked, CA has stard and I thing I have right for enroll
certificate.

Where can I search information about ?

note : Error message has been translate from french ...

Our structure :
---------------
Root domain : toto.com
5 Childs domains : a.toto.com, b.toto.com, c.toto.com, ...

We're migrating domain from windows 2000 (native) to Windows 2003.
Parent domain is migrated a few week ago.

Old PKI:
--------
First we've a simple PKI with a DC Win2000 SP4 as Enterprise CA and
worked not perfectly, but worked.
This old PKI has been removed now.

Current PKI:
------------
We have a Autonome Offline CA (Windows 2003)
We have one Intermediate Enterprise CA design to issue CA Certificates
only.
We have one Issuer Enterprise CA.
All enterprise CA are on root domain and are Windows 2003 Standard SP1
Domain Controller

--
Philippe Bonatti
-------------------------




Posted by Brian Komar on August 23, 2005, 7:19 am
Please log in for more thread options
Some answers inline:

philippe@teo.home____unix.net says...
> Hi,
>
> I have a big problem with our PKI
>
> Trouble:
> -------
> When a computer request (by autoenrollment), the IssuerCA accept the
> certificate (I can show it on Issue Certificate Folder) but a few
> minutes late, the following error appear on CA MMC, on Failled Request
> Folder :
> The authorizations on the model of certificate do not authorize the
> current user to be a registrered for this type of certificate.
> 0x80094012 (-2146877422)
>
> Refused by the module of strategy.
>

Did you modify the permissions of the certificate template to allow
computers/users in the child domains to Read/Enroll certificates. This
is done in the Certificate Templates console (certtmpl.msc)

> When a child domain controller ask for a domain controller certificate,
> I got this message on child DC :
> The request for certificate failed because of one of the following
> conditions :
> - Autorithy of certification did not start.
> - You do not have the authorizations to ask for certificates starting
> from the authorities of certification available.
>

Same case here. In addition, because you are running on a DC, make sure
that you add each domain's DOMAIN\Domain Controllers group to the
CERTSVC_DCOM_ACCESS in the domain where the CA exists.

> I checked, CA has stard and I thing I have right for enroll
> certificate.
>
> Where can I search information about ?
>
> note : Error message has been translate from french ...
>
> Our structure :
> ---------------
> Root domain : toto.com
> 5 Childs domains : a.toto.com, b.toto.com, c.toto.com, ...
>
> We're migrating domain from windows 2000 (native) to Windows 2003.
> Parent domain is migrated a few week ago.
>
> Old PKI:
> --------
> First we've a simple PKI with a DC Win2000 SP4 as Enterprise CA and
> worked not perfectly, but worked.
> This old PKI has been removed now.
>
> Current PKI:
> ------------
> We have a Autonome Offline CA (Windows 2003)
> We have one Intermediate Enterprise CA design to issue CA Certificates
> All enterprise CA are on root domain and are Windows 2003 Standard SP1
> Domain Controller only.

A CA needs to run on Windows Server 2003 Enterprise Edition to issue v2
certificates with autoenrollment. Not really an issue here, but will get
you in the future,

--
==
Brian Komar
MVP - Windows - Security
http://www.identit.ca/blogs/brian


Posted by Philippe Bonatti on August 24, 2005, 10:27 am
Please log in for more thread options
Hi Brian,

Yes, I give the permission on template,
Domain Controllers are on CERTSVC_DCOM_ACCESS group
I know for v2 certificate, but we dosen't need it now,
We're planning to install a second IssuerCA on Windows 2003 Enterprise
Edition later.

I do some test, found on a french forum :
On child DC, run an MMC with SYSTEM account (with at ...)
We test to connect to computer managment of Parent DC with error,
access denied.
We share a folder on Parent DC with Share and NTFS Permission for child
DC and when we try to connect it, we got access denied too.

We're seaching for a Kerberos or RPC COM trouble.

Thanks for help, if you have more idea ...

Best regards

Philippe

Brian Komar a couché sur son écran :
> Some answers inline:
>
> philippe@teo.home____unix.net says...
>> Hi,
>>
>> I have a big problem with our PKI
>>
>> Trouble:
>> -------
>> When a computer request (by autoenrollment), the IssuerCA accept the
>> certificate (I can show it on Issue Certificate Folder) but a few
>> minutes late, the following error appear on CA MMC, on Failled Request
>> Folder :
>> The authorizations on the model of certificate do not authorize the
>> current user to be a registrered for this type of certificate.
>> 0x80094012 (-2146877422)
>>
>> Refused by the module of strategy.
>>
>
> Did you modify the permissions of the certificate template to allow
> computers/users in the child domains to Read/Enroll certificates. This
> is done in the Certificate Templates console (certtmpl.msc)
>
>> When a child domain controller ask for a domain controller certificate,
>> I got this message on child DC :
>> The request for certificate failed because of one of the following
>> conditions :
>> - Autorithy of certification did not start.
>> - You do not have the authorizations to ask for certificates starting
>> from the authorities of certification available.
>>
>
> Same case here. In addition, because you are running on a DC, make sure
> that you add each domain's DOMAIN\Domain Controllers group to the
> CERTSVC_DCOM_ACCESS in the domain where the CA exists.
>
>> I checked, CA has stard and I thing I have right for enroll
>> certificate.
>>
>> Where can I search information about ?
>>
>> note : Error message has been translate from french ...
>>
>> Our structure :
>> ---------------
>> Root domain : toto.com
>> 5 Childs domains : a.toto.com, b.toto.com, c.toto.com, ...
>>
>> We're migrating domain from windows 2000 (native) to Windows 2003.
>> Parent domain is migrated a few week ago.
>>
>> Old PKI:
>> --------
>> First we've a simple PKI with a DC Win2000 SP4 as Enterprise CA and
>> worked not perfectly, but worked.
>> This old PKI has been removed now.
>>
>> Current PKI:
>> ------------
>> We have a Autonome Offline CA (Windows 2003)
>> We have one Intermediate Enterprise CA design to issue CA Certificates
>> All enterprise CA are on root domain and are Windows 2003 Standard SP1
>> Domain Controller only.
>
> A CA needs to run on Windows Server 2003 Enterprise Edition to issue v2
> certificates with autoenrollment. Not really an issue here, but will get
> you in the future,


--
Philippe Bonatti
-------------------------




Similar ThreadsPosted
Windows 2000 Domain, Windows 2003 Enterprise CA July 15, 2005, 2:07 pm
Windows 2008 CA can't issue to Windows 2003 server June 25, 2008, 11:53 am
Windows server 2003 and Windows SBS Cost ? August 25, 2005, 11:19 pm
Applying Windows 2003 policies to Windows XP June 24, 2008, 2:34 pm
Is it possible to use the Windows 2003 user names instead of pre-Windows 2000 user names in Windows Authentication? September 5, 2006, 9:27 am
WMI and Windows 2003 SP1 June 28, 2006, 10:14 am
Windows 2003 August 30, 2007, 6:41 pm
Windows 2003 SP1 Question. May 31, 2005, 9:44 am
VPN and Windows 2003 Server May 31, 2005, 11:58 pm
Windows 2003 AnonymousUser September 28, 2005, 10:34 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap