From ff15de4cb681c22ffa5c40b107268a28af82171a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Nov 25 2019 21:58:34 +0000 Subject: userPrincipal -> userPrincipalName in testrule example --- diff --git a/design_pages/matching_and_mapping_certificates.rst b/design_pages/matching_and_mapping_certificates.rst index bb1444a..684765c 100644 --- a/design_pages/matching_and_mapping_certificates.rst +++ b/design_pages/matching_and_mapping_certificates.rst @@ -376,7 +376,7 @@ by principal or name in the domain ad.dom:: ipa certmaprule-add testrule \ --matchrule='^CN=AD-CA,dc=ISSUER,DC=COM$clientAuth*@AD.DOM' \ - --maprule='(|(userPrincipal={subject_nt_principal})(samAccountName={subject_nt_principal.short_name}))' \ + --maprule='(|(userPrincipalName={subject_nt_principal})(samAccountName={subject_nt_principal.short_name}))' \ --domain=ad.dom \ --priority=42