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/24 00:27:50 UTC

[jira] Created: (HADOOP-6878) Use NetgroupCache.java in ShellBasedUnixGroupsNetgroupMapping.java

Use NetgroupCache.java in ShellBasedUnixGroupsNetgroupMapping.java
------------------------------------------------------------------

                 Key: HADOOP-6878
                 URL: https://issues.apache.org/jira/browse/HADOOP-6878
             Project: Hadoop Common
          Issue Type: Improvement
          Components: security
    Affects Versions: 0.22.0
            Reporter: Erik Steffl
             Fix For: 0.22.0


Code to handle netgroups cache is factored out of JniBasedUnixGroupsNetgroupMapping class and implemented in a separate class NetgroupCache.

ShellBasedUnixGroupsNetgroupMapping should also use the same NetgroupCache class instead of implementing the same cache.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.