You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/02/07 17:02:21 UTC

[incubator-pulsar] branch master updated: Fix: invalid authprovider value from config (#1196)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new dbbb79c  Fix: invalid authprovider value from config (#1196)
dbbb79c is described below

commit dbbb79c170384b52422e54afce7f9504161ab20b
Author: Rajan Dhabalia <rd...@apache.org>
AuthorDate: Wed Feb 7 09:02:19 2018 -0800

    Fix: invalid authprovider value from config (#1196)
---
 conf/standalone.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/standalone.conf b/conf/standalone.conf
index 52b3174..2ebca6a 100644
--- a/conf/standalone.conf
+++ b/conf/standalone.conf
@@ -157,7 +157,7 @@ enableNonPersistentTopics=true
 authenticationEnabled=false
 
 # Autentication provider name list, which is comma separated list of class names
-authenticationProviders=false
+authenticationProviders=
 
 # Enforce authorization
 authorizationEnabled=false

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.