dpward / rpms / sssd

Forked from rpms/sssd 3 years ago
Clone

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

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