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

Hadoop QA commented on HADOOP-12468:
------------------------------------

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |  17m 50s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:green}+1{color} | tests included |   0m  0s | The patch appears to 
include 1 new or modified test files. |
| {color:red}-1{color} | javac |   0m 59s | The patch appears to cause the 
build to fail. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12766882/HADOOP-12468.002.patch 
|
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 8d2d3eb |
| Console output | 
https://builds.apache.org/job/PreCommit-HADOOP-Build/7827/console |


This message was automatically generated.

> Partial group resolution failure should not result in user lockout
> ------------------------------------------------------------------
>
>                 Key: HADOOP-12468
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12468
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.6.1
>         Environment: Linux
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Minor
>         Attachments: HADOOP-12468.001.patch, HADOOP-12468.002.patch
>
>
> If a Hadoop cluster is configured to use ShellBasedUnixGroupsMapping for 
> user/group name mapping, occasionally some group names may become 
> unresolvable (for example, using SSSD). 
> ShellBasedUnixGroupsMapping uses shell command "id -Gn" to retrieve the group 
> name of a user; however, the existing logic assumes that if the exit code of 
> the command is non-zero, the user has no group name at all. The shell command 
> in Linux returns non-zero exit code if a group name is not resolvable. 
> Unfortunately, it is possible that a user belongs to multiple groups, and any 
> partial failure in group name resolution would denied the user's access.
> On the other hand, the JNI implementation (JniBasedUnixGroupsMapping) is more 
> resilient. If any group name is unresolvable, it is simply ignored, and 
> whatever are resolvable are returned.
> It is arguable that if the group name is not resolvable, the administrator 
> should configure their directory/authentication service correctly, and Hadoop 
> is in no position to handle it, but since the existing unit tests assume the 
> output of JNI-based and shell-based implementation are the same, we should 
> improve the shell-based group name resolution, and make it as resilient as 
> the JNI-based one.



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

Reply via email to