You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by vt...@apache.org on 2014/03/04 16:04:27 UTC

git commit: KNOX-286: Unable to change groupIdAttribute in KnoxLdapRealm

Repository: knox
Updated Branches:
  refs/heads/master 4634bebea -> dd65dcc6c


KNOX-286: Unable to change groupIdAttribute in KnoxLdapRealm


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/dd65dcc6
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/dd65dcc6
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/dd65dcc6

Branch: refs/heads/master
Commit: dd65dcc6c79a504a914a3c3722a1dc52c4f762c2
Parents: 4634beb
Author: Vladimir Tkhir <vt...@hortonworks.com>
Authored: Fri Feb 28 12:28:11 2014 +0200
Committer: Vladimir Tkhir <vt...@hortonworks.com>
Committed: Tue Mar 4 16:24:47 2014 +0200

----------------------------------------------------------------------
 .../java/org/apache/hadoop/gateway/shirorealm/KnoxLdapRealm.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/dd65dcc6/gateway-provider-security-shiro/src/main/java/org/apache/hadoop/gateway/shirorealm/KnoxLdapRealm.java
----------------------------------------------------------------------
diff --git a/gateway-provider-security-shiro/src/main/java/org/apache/hadoop/gateway/shirorealm/KnoxLdapRealm.java b/gateway-provider-security-shiro/src/main/java/org/apache/hadoop/gateway/shirorealm/KnoxLdapRealm.java
index 4d2236b..94e5ede 100644
--- a/gateway-provider-security-shiro/src/main/java/org/apache/hadoop/gateway/shirorealm/KnoxLdapRealm.java
+++ b/gateway-provider-security-shiro/src/main/java/org/apache/hadoop/gateway/shirorealm/KnoxLdapRealm.java
@@ -293,7 +293,7 @@ public class KnoxLdapRealm extends JndiLdapRealm {
       return groupIdAttribute;
     }
     
-    public void setGroupIdAttribute(String memberAttribute) {
+    public void setGroupIdAttribute(String groupIdAttribute) {
         this.groupIdAttribute = groupIdAttribute;
     }