Blame SOURCES/0041-man-clarify-AD-certificate-rule.patch

57f72f
From 3bb910503bb7cbc20105f0a302db400f04436d2a Mon Sep 17 00:00:00 2001
57f72f
From: ikerexxe <ipedrosa@redhat.com>
57f72f
Date: Tue, 18 Aug 2020 11:45:18 +0200
57f72f
Subject: [PATCH] man: clarify AD certificate rule
57f72f
57f72f
Clarify AD specific certificate rule example by changing userPrincipal to
57f72f
userPrincipalName. Moreover, match the subject principal name in the
57f72f
example with the rule name.
57f72f
57f72f
Resolves:
57f72f
https://github.com/SSSD/sssd/issues/5278
57f72f
57f72f
Reviewed-by: Sumit Bose <sbose@redhat.com>
57f72f
---
57f72f
 src/man/sss-certmap.5.xml | 2 +-
57f72f
 1 file changed, 1 insertion(+), 1 deletion(-)
57f72f
57f72f
diff --git a/src/man/sss-certmap.5.xml b/src/man/sss-certmap.5.xml
57f72f
index 10343625e..09aec997c 100644
57f72f
--- a/src/man/sss-certmap.5.xml
57f72f
+++ b/src/man/sss-certmap.5.xml
57f72f
@@ -487,7 +487,7 @@
57f72f
                         sign.
57f72f
                     </para>
57f72f
                     <para>
57f72f
-                        Example: (|(userPrincipal={subject_principal})(samAccountName={subject_principal.short_name}))
57f72f
+                        Example: (|(userPrincipalName={subject_nt_principal})(samAccountName={subject_nt_principal.short_name}))
57f72f
                     </para>
57f72f
                     </listitem>
57f72f
                 </varlistentry>
57f72f
-- 
57f72f
2.21.3
57f72f