You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/03/22 02:47:46 UTC

[hadoop] branch branch-2.10 updated: HADOOP-17952. Fix the wrong CIDR range example in Proxy User documentation. (#2780)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new e6b206b  HADOOP-17952. Fix the wrong CIDR range example in Proxy User documentation. (#2780)
e6b206b is described below

commit e6b206b33d7d795fff5d786802ce04456fd3a7f9
Author: kwangsun <no...@gmail.com>
AuthorDate: Mon Mar 22 11:43:32 2021 +0900

    HADOOP-17952. Fix the wrong CIDR range example in Proxy User documentation. (#2780)
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit c8d327a4f1a7f15d6be35051414199d1d3fdc5ef)
---
 hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md b/hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md
index 678d56b..56a763a 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md
@@ -80,7 +80,7 @@ If more lax security is preferred, the wildcard value \* may be used to allow im
         <value>*</value>
       </property>
 
-The `hadoop.proxyuser.$superuser.hosts` accepts list of ip addresses, ip address ranges in CIDR format and/or host names. For example, by specifying as below, user named `super` accessing from hosts in the range `10.222.0.0-15` and `10.113.221.221` can impersonate `user1` and `user2`.
+The `hadoop.proxyuser.$superuser.hosts` accepts list of ip addresses, ip address ranges in CIDR format and/or host names. For example, by specifying as below, user named `super` accessing from hosts in the range `10.222.0.0-10.222.255.255` and `10.113.221.221` can impersonate `user1` and `user2`.
 
        <property>
          <name>hadoop.proxyuser.super.hosts</name>

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org