Bootstrap script would fail to generate certificates if run on systems
with FIPS enabled. By passing the -noenc option, we can skip the usage
of unsupported algorithms on these systems.
Related: rhbz#2069224
Signed-off-by: Antonio Torres <antorres@redhat.com>
Using an infinite timeout will make libldap use blocking thread for
establishing the TLS connection both when using StartTTLS and when using
LDAPS. This leaves the LDAP_OPT_NETWORK_TIMEOUT to its
default (-1) when using TLS connection.
Related: rhbz#1992551
Signed-off-by: Antonio Torres <antorres@redhat.com>
LDAP library returns a partially open handle for connection. Retrying
connection on module instantiation helps to succesfully connect
using this partially open handle.
Resolves: #1992551
Bump release number to account for latest changes in test script from
commit c1e0756a09.
Related: rhbz#1990392
Signed-off-by: Antonio Torres <antorres@redhat.com>
Usage of the inet_addr function triggers the badfuncs check in
rpminspect. Since this is already fixed upstream, it is safe for us to
ignore this error.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1986972
Signed-off-by: Antonio Torres <antorres@redhat.com>
RPATH usage is not allowed by rpminspect, so workaround it by removing
the rpath usage and adding the config file for ld.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1986968
Signed-off-by: Antonio Torres <antorres@redhat.com>
Fix resource hard limit being set to zero, since it made it impossible
to reset the limit to a higher value.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1977722
Signed-off-by: Antonio Torres <antorres@redhat.com>