You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Abhishek Kumar (Jira)" <ji...@apache.org> on 2022/07/14 01:12:00 UTC

[jira] [Created] (RANGER-3829) Incremental Sync value is always true under Ranger Audit (Usersync)

Abhishek Kumar created RANGER-3829:
--------------------------------------

             Summary: Incremental Sync value is always true under Ranger Audit (Usersync)
                 Key: RANGER-3829
                 URL: https://issues.apache.org/jira/browse/RANGER-3829
             Project: Ranger
          Issue Type: Bug
          Components: usersync
            Reporter: Abhishek Kumar
            Assignee: Abhishek Kumar


Disabled the Incremental Sync in the Usersync configs but the *_Ranger UI -> Audit -> Usersync -> Sync Details_* shows the Incremental Sync value as always true. 

 

I could see the configs as - 
{code:java}
[root@c3245-node2 conf]# cat ranger-ugsync-site.xml | grep -a2 delta
  </property>
  <property>
    <name>ranger.usersync.ldap.deltasync</name>
    <value>false</value>
  </property>{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)