You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Erik Steffl (JIRA)" <ji...@apache.org> on 2010/07/09 02:32:51 UTC

[jira] Created: (HADOOP-6855) Add ability to get groups for ACLs from 'getent netgroup'

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
             Fix For: 0.22.0


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.