HADOOP-10414. Incorrect property name for RefreshUserMappingProtocol in hadoop-policy.xml. Contributed by Joey Echeverria.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1583730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96106ff46e
commit
12ecd70d82
|
@ -30,6 +30,9 @@ Release 2.5.0 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-10439. Fix compilation error in branch-2 after HADOOP-10426. (wheat9)
|
HADOOP-10439. Fix compilation error in branch-2 after HADOOP-10426. (wheat9)
|
||||||
|
|
||||||
|
HADOOP-10414. Incorrect property name for RefreshUserMappingProtocol in
|
||||||
|
hadoop-policy.xml. (Joey Echeverria via atm)
|
||||||
|
|
||||||
Release 2.4.1 - UNRELEASED
|
Release 2.4.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>security.refresh.usertogroups.mappings.protocol.acl</name>
|
<name>security.refresh.user.mappings.protocol.acl</name>
|
||||||
<value>*</value>
|
<value>*</value>
|
||||||
<description>ACL for RefreshUserMappingsProtocol. Used to refresh
|
<description>ACL for RefreshUserMappingsProtocol. Used to refresh
|
||||||
users mappings. The ACL is a comma-separated list of user and
|
users mappings. The ACL is a comma-separated list of user and
|
||||||
|
|
Loading…
Reference in New Issue