c1baae8 On redhat-based platforms rely on authselect to enable sudo

Authored and Committed by rcritten 2 years ago
    On redhat-based platforms rely on authselect to enable sudo
    
    The default platform task enable_sssd_sudo() writes directly
    to nsswitch.conf to enable sudo. This isn't necessary to do on
    systems with authselect where we already pass in with-sudo as a
    profile option.
    
    Override the default function with does a direct write with a no-op.
    
    https://pagure.io/freeipa/issue/8755
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+3 -0