From dev-return-874-apmail-ranger-dev-archive=ranger.apache.org@ranger.incubator.apache.org Fri Jan 2 04:31:48 2015 Return-Path: X-Original-To: apmail-ranger-dev-archive@www.apache.org Delivered-To: apmail-ranger-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 911E310276 for ; Fri, 2 Jan 2015 04:31:48 +0000 (UTC) Received: (qmail 12696 invoked by uid 500); 2 Jan 2015 04:31:49 -0000 Delivered-To: apmail-ranger-dev-archive@ranger.apache.org Received: (qmail 12658 invoked by uid 500); 2 Jan 2015 04:31:49 -0000 Mailing-List: contact dev-help@ranger.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ranger.incubator.apache.org Delivered-To: mailing list dev@ranger.incubator.apache.org Received: (qmail 12647 invoked by uid 99); 2 Jan 2015 04:31:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2015 04:31:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 Jan 2015 04:31:48 +0000 Received: (qmail 12448 invoked by uid 99); 2 Jan 2015 04:30:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2015 04:30:13 +0000 Date: Fri, 2 Jan 2015 04:30:13 +0000 (UTC) From: "Gautam Borad (JIRA)" To: dev@ranger.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (RANGER-208) Separate Unix authentication from User sync process MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Gautam Borad created RANGER-208: ----------------------------------- Summary: Separate Unix authentication from User sync process Key: RANGER-208 URL: https://issues.apache.org/jira/browse/RANGER-208 Project: Ranger Issue Type: Improvement Reporter: Gautam Borad Currently both the Unix user authentication and Unix user/group sync happens from the same process. Since both the tasks are independent of each other, they should be run as separate process. This way if the user/group sync process is down the authentication wont be affected and vice versa. -- This message was sent by Atlassian JIRA (v6.3.4#6332)