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> |
0f04241fc90f134af0272eb0999e75fb6749b595 |
|
19-Jan-2016 |
Pavel Březina <pbrezina@redhat.com> |
IPA SUDO: choose between IPA and LDAP schema
This patch implement logic to choose between IPA and LDAP schema. From
this point the sudo support in IPA is removed if sudo search base is
not set specifically, it will be brought back in furter patches.
Resolves:
https://fedorahosted.org/sssd/ticket/1108
Reviewed-by: Sumit Bose <sbose@redhat.com> |