浏览代码

HADOOP-8626. Typo in default setting for hadoop.security.group.mapping.ldap.search.filter.user. Contributed by Jonathan Natkins.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1366412 13f79535-47bb-0310-9956-ffa450edef68
Aaron Myers 13 年之前
父节点
当前提交
85351f8176

+ 4 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -167,6 +167,10 @@ Release 2.0.1-alpha - UNRELEASED
     HADOOP-8537. Fix TFile tests to pass even when native zlib support is not
     HADOOP-8537. Fix TFile tests to pass even when native zlib support is not
     compiled. (todd)
     compiled. (todd)
 
 
+    HADOOP-8626. Typo in default setting for
+    hadoop.security.group.mapping.ldap.search.filter.user. (Jonathan Natkins
+    via atm)
+
   BREAKDOWN OF HDFS-3042 SUBTASKS
   BREAKDOWN OF HDFS-3042 SUBTASKS
 
 
     HADOOP-8220. ZKFailoverController doesn't handle failure to become active
     HADOOP-8220. ZKFailoverController doesn't handle failure to become active

+ 1 - 1
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

@@ -165,7 +165,7 @@
 
 
 <property>
 <property>
   <name>hadoop.security.group.mapping.ldap.search.filter.user</name>
   <name>hadoop.security.group.mapping.ldap.search.filter.user</name>
-  <value>(&amp;(objectClass=user)(sAMAccountName={0})</value>
+  <value>(&amp;(objectClass=user)(sAMAccountName={0}))</value>
   <description>
   <description>
     An additional filter to use when searching for LDAP users. The default will
     An additional filter to use when searching for LDAP users. The default will
     usually be appropriate for Active Directory installations. If connecting to
     usually be appropriate for Active Directory installations. If connecting to