From f47c82bc8dd92ee3fb9db2943d67d61e910b9795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 27 Apr 2018 21:50:29 +0200 Subject: [PATCH] Resolves: upstream#3469 - extend sss-certmap man page regarding priority processing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiano FidĂȘncio --- ...map-man-page-regarding-priority-proc.patch | 35 +++++++++++++++++++ sssd.spec | 3 ++ 2 files changed, 38 insertions(+) create mode 100644 0032-MAN-Add-sss-certmap-man-page-regarding-priority-proc.patch diff --git a/0032-MAN-Add-sss-certmap-man-page-regarding-priority-proc.patch b/0032-MAN-Add-sss-certmap-man-page-regarding-priority-proc.patch new file mode 100644 index 0000000..9fac092 --- /dev/null +++ b/0032-MAN-Add-sss-certmap-man-page-regarding-priority-proc.patch @@ -0,0 +1,35 @@ +From 39539d7b882722336bb4bfad99ef3ebadfc9b276 Mon Sep 17 00:00:00 2001 +From: amitkumar50 +Date: Tue, 10 Apr 2018 15:29:01 +0530 +Subject: [PATCH] MAN: Add sss-certmap man page regarding priority processing + +PR adds following text in PRIORITY section of man sss-certmap: +The processing is stopped when a matched rule is found and no +further rules are checked. + +Resolves: https://pagure.io/SSSD/sssd/issue/3469 + +Reviewed-by: Justin Stephenson +(cherry picked from commit 56839605d139573319b7df24774b56ea78ec742b) +--- + src/man/sss-certmap.5.xml | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/src/man/sss-certmap.5.xml b/src/man/sss-certmap.5.xml +index 593cd4666..db258d14a 100644 +--- a/src/man/sss-certmap.5.xml ++++ b/src/man/sss-certmap.5.xml +@@ -44,7 +44,9 @@ + + The rules are processed by priority while the number '0' (zero) + indicates the highest priority. The higher the number the lower is +- the priority. A missing value indicates the lowest priority. ++ the priority. A missing value indicates the lowest priority. The ++ rules processing is stopped when a matched rule is found and no ++ further rules are checked. + + + Internally the priority is treated as unsigned 32bit integer, using +-- +2.14.3 + diff --git a/sssd.spec b/sssd.spec index 2a5d6ea..8a0dfff 100644 --- a/sssd.spec +++ b/sssd.spec @@ -73,6 +73,7 @@ Patch0028: 0028-nss-initialize-nss_enum_index-in-nss_setnetgrent.patch Patch0029: 0029-nss-add-a-netgroup-counter-to-struct-nss_enum_index.patch Patch0030: 0030-sssctl-Showing-help-even-when-sssd-not-configured.patch Patch0031: 0031-sssctl-move-check-for-version-error-to-correct-place.patch +Patch0032: 0032-MAN-Add-sss-certmap-man-page-regarding-priority-proc.patch Patch0502: 0502-SYSTEMD-Use-capabilities.patch Patch0503: 0503-Disable-stopping-idle-socket-activated-responders.patch @@ -1287,6 +1288,8 @@ fi - Resolves: upstream#3679 - Make nss netgroup requests more robust - Resolves: upstream#3634 - sssctl COMMAND --help fails if sssd is not configured +- Resolves: upstream#3469 - extend sss-certmap man page regarding priority + processing * Fri Mar 30 2018 Fabiano FidĂȘncio - 1.16.1-2 - Resolves: upstream#3573 - sssd won't show netgroups with blank domain