You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Velmurugan Periasamy (JIRA)" <ji...@apache.org> on 2015/10/14 02:40:06 UTC

[jira] [Commented] (RANGER-681) Update default sync intervals for LDAP and UNIX

    [ https://issues.apache.org/jira/browse/RANGER-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956037#comment-14956037 ] 

Velmurugan Periasamy commented on RANGER-681:
---------------------------------------------

+1 for patch.

Committed to master - https://git1-us-west.apache.org/repos/asf?p=incubator-ranger.git;a=commit;h=22d3ad0ef7482b087b9866a5ef6c8ec630d72125
Committed to ranger-0.5 - https://git1-us-west.apache.org/repos/asf?p=incubator-ranger.git;a=commit;h=86d0ba0c920da9d2f78278b710c8cf8107ac925e

> Update default sync intervals for LDAP and UNIX
> -----------------------------------------------
>
>                 Key: RANGER-681
>                 URL: https://issues.apache.org/jira/browse/RANGER-681
>             Project: Ranger
>          Issue Type: Bug
>          Components: usersync
>    Affects Versions: 0.5.0
>            Reporter: Gautam Borad
>            Assignee: Gautam Borad
>             Fix For: 0.5.1, 0.6.0
>
>         Attachments: RANGER-681.patch
>
>
> Update default sync intervals to sync users from LDAP and UNIX: 
> {code}
> 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
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)