Author: kihwal
Date: Thu May  8 18:26:58 2014
New Revision: 1593362

URL: http://svn.apache.org/r1593362
Log:
HADOOP-10158. SPNEGO should work with multiple interfaces/SPNs. Contributed by 
Daryn Sharp.

Modified:
    
hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/WebHDFS.apt.vm

Modified: 
hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/WebHDFS.apt.vm
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/WebHDFS.apt.vm?rev=1593362&r1=1593361&r2=1593362&view=diff
==============================================================================
--- 
hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/WebHDFS.apt.vm 
(original)
+++ 
hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/WebHDFS.apt.vm 
Thu May  8 18:26:58 2014
@@ -146,7 +146,7 @@ WebHDFS REST API
 
*-------------------------------------------------+---------------------------------------------------+
 | <<<dfs.webhdfs.enabled                      >>> | Enable/disable WebHDFS in 
Namenodes and Datanodes |
 
*-------------------------------------------------+---------------------------------------------------+
-| <<<dfs.web.authentication.kerberos.principal>>> | The HTTP Kerberos 
principal used by Hadoop-Auth in the HTTP endpoint. The HTTP Kerberos principal 
MUST start with 'HTTP/' per Kerberos HTTP SPNEGO specification. |
+| <<<dfs.web.authentication.kerberos.principal>>> | The HTTP Kerberos 
principal used by Hadoop-Auth in the HTTP endpoint. The HTTP Kerberos principal 
MUST start with 'HTTP/' per Kerberos HTTP SPNEGO specification.  A value of "*" 
will use all HTTP principals found in the keytab. |
 
*-------------------------------------------------+---------------------------------------------------+
 | <<<dfs.web.authentication.kerberos.keytab   >>> | The Kerberos keytab file 
with the credentials for the HTTP Kerberos principal used by Hadoop-Auth in the 
HTTP endpoint. |
 
*-------------------------------------------------+---------------------------------------------------+


Reply via email to