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
This commit is contained in:
parent
4850bf623c
commit
85351f8176
|
@ -167,6 +167,10 @@ Release 2.0.1-alpha - UNRELEASED
|
|||
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