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

Update default sync intervals for LDAP and UNIX

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment