On (15/02/16 18:20), Jakub Hrozek wrote:
On Fri, Aug 14, 2015 at 11:00:25PM +0200, Jakub Hrozek wrote:
On Thu, Aug 13, 2015 at 05:17:32PM +0200, Jakub Hrozek wrote:
ACK
I'll just wait for CI results before pushing.
- master: 52e3ee5c5ff2c5a4341041826a803ad42d2b2de7
Attached is a backport to the sssd-1-11 branch. Please sanity-check before I push..
From 7ce09a4d04b7e18b729b0c064ba51f06e4df981d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= pbrezina@redhat.com Date: Wed, 29 Jul 2015 14:51:30 +0200 Subject: [PATCH] sudo: use "higher value wins" when ordering rules
This commit changes the default ordering logic (lower value wins) to a correct one that is used by native ldap support. It also adds a new option sudo_inverse_order to switch to the original SSSD (incorrect) behaviour if needed.
Resolves: https://fedorahosted.org/sssd/ticket/2682
Reviewed-by: Jakub Hrozek jhrozek@redhat.com (cherry picked from commit 52e3ee5c5ff2c5a4341041826a803ad42d2b2de7)
It compiles without issues and there is not difference in added lines with the original patch.
LGTM
LS