Skip to content

[v12] Allow for Windows PKI operations to target a different domain#33395

Merged
zmb3 merged 1 commit intobranch/v12from
zmb3/v12-backport-33218
Oct 13, 2023
Merged

[v12] Allow for Windows PKI operations to target a different domain#33395
zmb3 merged 1 commit intobranch/v12from
zmb3/v12-backport-33218

Conversation

@zmb3
Copy link
Copy Markdown
Collaborator

@zmb3 zmb3 commented Oct 12, 2023

Today, our AD support largely assumes there is a single active directory domain. The certificates that we generate are for users in this domain, the computers we discover via LDAP come from this domain, and the PKI set up we perform targets this domain.

In more complicated AD configurations, PKI is often configured in a root domain, while users, servers, and discovery should be done against a child domain.

The new pki_domain configuration field will allow you to override the default domain specified in the ldap section with a root domain that is used for configuring the NTAuth store and publishing the CRL. Teleport continues to do discovery and issue certificates for the domain specified in the ldap section of the config.

Backports #33218

Today, our AD support largely assumes there is a single active directory
domain. The certificates that we generate are for users in this domain,
the computers we discover via LDAP come from this domain, and the PKI
set up we perform targets this domain.

In more complicated AD configurations, PKI is often configured in a root
domain, while users, servers, and discovery should be done against a
child domain.

The new pki_domain configuration field will allow you to override the
default domain specified in the ldap section with a root domain that is
used for configuring the NTAuth store and publishing the CRL. Teleport
continues to do discovery and issue certificates for the domain
specified in the ldap section of the config.
@zmb3 zmb3 added this pull request to the merge queue Oct 13, 2023
Merged via the queue into branch/v12 with commit f3dc548 Oct 13, 2023
@zmb3 zmb3 deleted the zmb3/v12-backport-33218 branch October 13, 2023 14:35
This was referenced Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants