URL: https://github.com/freeipa/freeipa/pull/6047 Author: rcritten Title: #6047: On redhat-based platforms rely on authselect to enable sudo Action: opened
PR body: """ 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
I think the existing tests will exercise whether the client is configured properly and sudo works. """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6047/head:pr6047 git checkout pr6047
URL: https://github.com/freeipa/freeipa/pull/6047 Author: rcritten Title: #6047: On redhat-based platforms rely on authselect to enable sudo Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6047/head:pr6047 git checkout pr6047
freeipa-devel@lists.fedorahosted.org