[sudo-users] sudo-sssd protocol

Todd C. Miller Todd.Miller at sudo.ws
Fri Jun 1 10:14:29 MDT 2018


On Fri, 01 Jun 2018 13:29:49 +0200, =?UTF-8?Q?Michael_Str=c3=b6der?= wrote:

> I'd like to deep more into how sudo asks sssd for sudoers rules.
>
> What I've found so far is:
>
> https://docs.pagure.org/SSSD.sssd/design_pages/sudo_integration_new_appro=
> ach.html#responder-sudo
>
> Is there a more detailed protocol specification?

Sudo doesn't connect to sssd directly, it consumes an API provided
by libsss_sudo.so, which does most of the heavy lifting.

You probably need to look at the sssd source, specifically the
src/responder/sudo and src/sss_client/sudo directories.

 - toidd

 - todd


More information about the sudo-users mailing list