Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-1475

some users missed to be sync if they are syncd from openldap If deltasync is enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7.1
    • 1.0.0, 0.7.1
    • Ranger
    • None

    Description

      some users missed to be sync if they are syncd from openldap in a scenario when users are added to the ldap at the time when usersync is happening or if it is in progress or within a minute of usersync cycle.

      if (deltaSyncUserTime < highestdeltaSyncUserTime) {
      				// Incrementing highestdeltaSyncUserTime (for AD) in order to avoid search record repetition for next sync cycle.
      				deltaSyncUserTime = highestdeltaSyncUserTime+1; 
      				// Incrementing the highest timestamp value (for Openldap) with 1min in order to avoid search record repetition for next sync cycle.
      				deltaSyncUserTimeStamp = dateFormat.format(new Date(highestdeltaSyncUserTime + 60000l));
      

      Attachments

        Issue Links

          Activity

            People

              deepakhuawei Deepak Sharma
              deepakhuawei Deepak Sharma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: