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

rsivaram pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new be5b0fd  MINOR: Fix sasl.jaas.config doc string (#4921)
be5b0fd is described below

commit be5b0fd2a9513fa13f2abd5b39782e714b0c9956
Author: Manikumar Reddy O <[email protected]>
AuthorDate: Mon Apr 30 19:59:50 2018 +0530

    MINOR: Fix sasl.jaas.config doc string (#4921)
---
 clients/src/main/java/org/apache/kafka/common/config/SaslConfigs.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/clients/src/main/java/org/apache/kafka/common/config/SaslConfigs.java 
b/clients/src/main/java/org/apache/kafka/common/config/SaslConfigs.java
index 148ab15..41919f9 100644
--- a/clients/src/main/java/org/apache/kafka/common/config/SaslConfigs.java
+++ b/clients/src/main/java/org/apache/kafka/common/config/SaslConfigs.java
@@ -49,7 +49,7 @@ public class SaslConfigs {
     public static final String SASL_JAAS_CONFIG = "sasl.jaas.config";
     public static final String SASL_JAAS_CONFIG_DOC = "JAAS login context 
parameters for SASL connections in the format used by JAAS configuration files. 
"
         + "JAAS configuration file format is described <a 
href=\"http://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/tutorials/LoginConfigFile.html\";>here</a>.
 "
-        + "The format for the value is: '<loginModuleClass> <controlFlag> 
(<optionName>=<optionValue>)*;'. For brokers, "
+        + "The format for the value is: '<code>loginModuleClass controlFlag 
(optionName=optionValue)*;</code>'. For brokers, "
         + "the config must be prefixed with listener prefix and SASL mechanism 
name in lower-case. For example, "
         + 
"listener.name.sasl_ssl.scram-sha-256.sasl.jaas.config=com.example.ScramLoginModule
 required;";
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to