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

abhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new fb8d3b8550 RANGER-5117: Fix ssl config param in 
installprop2xml.properties (#74)
fb8d3b8550 is described below

commit fb8d3b8550196290ade336d65138518898975503
Author: Mohammad Javad Shariati <[email protected]>
AuthorDate: Sun Jan 26 23:57:54 2025 +0100

    RANGER-5117: Fix ssl config param in installprop2xml.properties (#74)
    
    Co-authored-by: mjshariati98 <[email protected]>
---
 unixauthservice/scripts/templates/installprop2xml.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unixauthservice/scripts/templates/installprop2xml.properties 
b/unixauthservice/scripts/templates/installprop2xml.properties
index 846c6a8879..8b06e762c3 100644
--- a/unixauthservice/scripts/templates/installprop2xml.properties
+++ b/unixauthservice/scripts/templates/installprop2xml.properties
@@ -52,7 +52,7 @@ AUTH_SSL_KEYSTORE_FILE = ranger.usersync.keystore.file
 AUTH_SSL_KEYSTORE_PASSWORD = ranger.usersync.keystore.password
 AUTH_SSL_TRUSTSTORE_FILE = ranger.usersync.truststore.file
 AUTH_SSL_TRUSTSTORE_PASSWORD = ranger.usersync.truststore.password
-AUTH_SSL_ENABLED = ranger.usersync.enabled
+AUTH_SSL_ENABLED = ranger.usersync.ssl
 SYNC_LDAP_REFERRAL = ranger.usersync.ldap.referral
 usersync_principal= ranger.usersync.kerberos.principal
 usersync_keytab= ranger.usersync.kerberos.keytab
@@ -60,4 +60,4 @@ usersync_keytab= ranger.usersync.kerberos.keytab
 JVM_METRICS_ENABLED=ranger.usersync.metrics.enabled
 JVM_METRICS_FILENAME=ranger.usersync.metrics.filename
 JVM_METRICS_FILEPATH=ranger.usersync.metrics.filepath
-JVM_METRICS_FREQUENCY_TIME_IN_MILLIS=ranger.usersync.metrics.frequencytimeinmillis
\ No newline at end of file
+JVM_METRICS_FREQUENCY_TIME_IN_MILLIS=ranger.usersync.metrics.frequencytimeinmillis

Reply via email to