Currently, sudo package rpmbuild is not applying patches specified in the spec. So in %prep stage, change %setup macro to %autosetup macro which will automatically apply spec patch files to the source in patch number order.
Fixes: 834484e ("Sudo ldap netgroup_query bug fix patch (#7070)")
Signed-off-by: Chris Co <chrco@microsoft.com>
sudo backed by ldap is no longer working after moving to the new version of sudo. Patched the fix upstream to get ldap sudo to work with NETGROUP_QUERY
cherry-pick of a48d432
Co-authored-by: AZaugg <AZaugg@users.noreply.github.com>
* Add ldap support to sudo
ALlow ldap to be used to configure sudo
* Updated 1.8.15-4 of commit in change log
rpmlint was failing as date and day did not match up, correcting
day to pass rpmlint
* Address PR commnts
- Removing ldap path and defauting to default config path
- Changing openldap to openldap-devel