Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated --clientauth to use mspki-certificate-application-policy instead of pKIExtendedKeyUsage #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

funnybananas
Copy link

@funnybananas funnybananas commented Feb 18, 2022

Repalced pKIExtendedKeyUsage with mspki-certificate-application-policy for --clientauth as it seems like the latter is what actually provides Domain authentication, and allows for the impersonation. Only adding Client Authentication to the pKIExtendedKeyUsage property ends up displaying an error when trying to Pass-The-Ticket with the resulting certificate:

KDC_ERR_INCONSISTENT_KEY_PURPOSE

Error goes away and successfully passes the ticket (and authenticates) when adding Client Authentication to the mspki-certificate-application-policy property.

Replaced `pKIExtendedKeyUsage` with `mspki-certificate-application-policy` as it seems like the latter is what allows Domain user authentication.
Replaced `pKIExtendedKeyUsage` with `mspki-certificate-application-policy`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant