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

Update default sync intervals for LDAP and UNIX

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5.0
    • 0.5.1, 0.6.0
    • usersync
    • None

    Description

      Update default sync intervals to sync users from LDAP and UNIX:

      IF sync_source == LDAP:
          min_interval = 1 hour
      ELSE IF sync_source is UNIX:
          min_interval = 60 seconds
      ELSE
          min_interval = 60 seconds
      END IF
      
      IF sync_interval < min_interval:
          LOG.info(...)
          sync_interval = min_interval
      END IF
      

      Attachments

        1. RANGER-681.patch
          3 kB
          Gautam Borad

        Issue Links

          Activity

            People

              gautamborad Gautam Borad
              gautamborad Gautam Borad
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: