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/trunk@1583729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d28be56239
commit
8d62d92372
@ -335,6 +335,9 @@ Release 2.5.0 - UNRELEASED
|
|||||||
removes unused FileContext.getFileStatus(..) and fixes various javac
|
removes unused FileContext.getFileStatus(..) and fixes various javac
|
||||||
warnings. (szetszwo)
|
warnings. (szetszwo)
|
||||||
|
|
||||||
|
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
Block a user