History log of /sssd-io/src/providers/ipa/ipa_sudo.h
Revision Date Author Comments Expand
bc854800cc67271205d63136daaf68d7863cea6b 19-Oct-2017 Justin Stephenson <jstephen@redhat.com>

IPA: Add threshold for sudo searches Apply the sudo threshold to IPA provider sudo command and command group searches to prevent SSSD from creating large search filters. The IPA sudo threshold value will utilize the sudo responder sudo_threshold value. If the threshold is exceeded, a basic search filter will be used as a fallback to retrieve all IPA sudo commands or command groups. Resolves: https://pagure.io/SSSD/sssd/issue/3507 Reviewed-by: Pavel Březina <pbrezina@redhat.com>

64497d479e92ebc34717c20c3d017f1823f9e630 07-Jul-2016 Jakub Hrozek <jhrozek@redhat.com>

IPA: Save sudoUser qualified in the cache When converting from the native IPA schema to the sysdb sudo schema, qualify sudoUser attributes that contain user and group names. Reviewed-by: Sumit Bose <sbose@redhat.com>

8bd44a13de231d025882810c720dd07ca4ee564d 19-Jan-2016 Pavel Březina <pbrezina@redhat.com>

SUDO: assume zero if usn is unknown When we switched to be_ptaks full_refresh_done has become obsolete since timing is handled in a better way. In case of unknown USN we assume zero which allows us to disable full refresh completely in configuration. Reviewed-by: Sumit Bose <sbose@redhat.com>

43bbf5b158ec3152806791ca49ae224ee978de24 19-Jan-2016 Pavel Březina <pbrezina@redhat.com>

SUDO: remove full_refresh_in_progress When we switched to be_ptask this variable has become obsolete. Reviewed-by: Sumit Bose <sbose@redhat.com>

cc7f9b639144183eb4f8bd86e5bed077da7d4e35 19-Jan-2016 Pavel Březina <pbrezina@redhat.com>

IPA SUDO: Implement smart refresh Reviewed-by: Sumit Bose <sbose@redhat.com>

9630a4614ba4d5f68e967d4e108893550a996f30 19-Jan-2016 Pavel Březina <pbrezina@redhat.com>

IPA SUDO: Implement rules refresh Reviewed-by: Sumit Bose <sbose@redhat.com>

a641a13889d617aca6bd998025e9087e822ff7f0 19-Jan-2016 Pavel Březina <pbrezina@redhat.com>

IPA SUDO: Implement full refresh Reviewed-by: Sumit Bose <sbose@redhat.com>

4ddd5591c50e27dffa55f03fbce0dcc85cd50a8b 19-Jan-2016 Pavel Březina <pbrezina@redhat.com>

IPA SUDO: Implement sudo handler Resolves: https://fedorahosted.org/sssd/ticket/XXXX Reviewed-by: Sumit Bose <sbose@redhat.com>