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/trunk@1366410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d87b545165
commit
9c5bd764fc
|
@ -367,6 +367,10 @@ Branch-2 ( Unreleased changes )
|
|||
HADOOP-8537. Fix TFile tests to pass even when native zlib support is not
|
||||
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
|
||||
|
||||
HADOOP-8220. ZKFailoverController doesn't handle failure to become active
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
|
||||
<property>
|
||||
<name>hadoop.security.group.mapping.ldap.search.filter.user</name>
|
||||
<value>(&(objectClass=user)(sAMAccountName={0})</value>
|
||||
<value>(&(objectClass=user)(sAMAccountName={0}))</value>
|
||||
<description>
|
||||
An additional filter to use when searching for LDAP users. The default will
|
||||
usually be appropriate for Active Directory installations. If connecting to
|
||||
|
|
Loading…
Reference in New Issue