HADOOP-17952. Fix the wrong CIDR range example in Proxy User documentation. (#2780)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
261191cbc0
commit
c8d327a4f1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user