[ https://issues.apache.org/jira/browse/HADOOP-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Erik Steffl resolved HADOOP-6855. --------------------------------- Resolution: Won't Fix Fix Version/s: (was: 0.22.0) 0.20.4 This patch is not to be committed, there is a separate jira for trunk (0.23 at the moment) that is more complete, it also includes JNI implementation of the netgroups support, see: https://issues.apache.org/jira/browse/HADOOP-6864 > Add ability to get groups for ACLs from 'getent netgroup' > --------------------------------------------------------- > > Key: HADOOP-6855 > URL: https://issues.apache.org/jira/browse/HADOOP-6855 > Project: Hadoop Common > Issue Type: New Feature > Components: security > Affects Versions: 0.22.0 > Reporter: Erik Steffl > Assignee: Erik Steffl > Fix For: 0.20.4 > > Attachments: HADOOP-6855-0.20-1.patch, HADOOP-6855-0.20-2.patch, > HADOOP-6855-0.20.patch > > > Add ability to specify netgroups in ACLs (see class AccessControlList.java). > Membership of users in netgroups will be determined by running 'getent > negroups $groupName'. Netgroups will be differentiated from regular unix > groups by having '@' as a first character. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.