Enable OpenSSL on RHEL 6 too.
The version of OpenSSL in RHEL 6 is new enough for the log server to use.
This commit is contained in:
@@ -185,10 +185,10 @@ case "$osversion" in
|
|||||||
with_sssd=true
|
with_sssd=true
|
||||||
# RHEL 6 and above use /etc/sudo-ldap.conf
|
# RHEL 6 and above use /etc/sudo-ldap.conf
|
||||||
with_sudo_ldap_conf=true
|
with_sudo_ldap_conf=true
|
||||||
fi
|
|
||||||
if [ $osmajor -ge 7 ]; then
|
|
||||||
# Encrypted remote I/O log support.
|
# Encrypted remote I/O log support.
|
||||||
with_openssl=true
|
with_openssl=true
|
||||||
|
fi
|
||||||
|
if [ $osmajor -ge 7 ]; then
|
||||||
# Python plugins
|
# Python plugins
|
||||||
with_python=true
|
with_python=true
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user