This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch ranger-2.6
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 995c2308517e86487a64d6619a506e7f534a9e17
Author: zhenye zhang <[email protected]>
AuthorDate: Fri Sep 13 08:56:02 2024 +0800

    RANGER-4915:Fix the default SSL Ciphers are too weak issue for user sync 
service (#375)
    
    (cherry picked from commit e671f8614459e6e12d4447c55196d2037cf52e7c)
---
 unixauthservice/scripts/ranger-usersync-services.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unixauthservice/scripts/ranger-usersync-services.sh 
b/unixauthservice/scripts/ranger-usersync-services.sh
index d6db7aa27..5b1c2e4d4 100644
--- a/unixauthservice/scripts/ranger-usersync-services.sh
+++ b/unixauthservice/scripts/ranger-usersync-services.sh
@@ -113,7 +113,7 @@ if [ "${action}" == "START" ]; then
         fi
     fi
        SLEEP_TIME_AFTER_START=5
-       nohup java -Dproc_rangerusersync 
-Dlogback.configurationFile=file:${USERSYNC_CONF_DIR}/logback.xml ${JAVA_OPTS} 
-Duser=${USER} -Dhostname=${HOSTNAME} -Dlogdir="${logdir}" -cp "${cp}" 
org.apache.ranger.authentication.UnixAuthenticationService -enableUnixAuth > 
${logdir}/auth.log 2>&1 &
+       nohup java -Dproc_rangerusersync -Djdk.tls.ephemeralDHKeySize=2048 
-Dlogback.configurationFile=file:${USERSYNC_CONF_DIR}/logback.xml ${JAVA_OPTS} 
-Duser=${USER} -Dhostname=${HOSTNAME} -Dlogdir="${logdir}" -cp "${cp}" 
org.apache.ranger.authentication.UnixAuthenticationService -enableUnixAuth > 
${logdir}/auth.log 2>&1 &
        VALUE_OF_PID=$!
     echo "Starting Apache Ranger Usersync Service"
     sleep $SLEEP_TIME_AFTER_START

Reply via email to