We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327ac03 commit b86ccf1Copy full SHA for b86ccf1
zookeeper-client/zookeeper-client-c/tests/zkServer.sh
@@ -109,7 +109,7 @@ export CLASSPATH
109
read_only=
110
# shellcheck disable=SC2206
111
PROPERTIES=($EXTRA_JVM_ARGS "-Dzookeeper.extendedTypesEnabled=true" "-Dznode.container.checkIntervalMs=100")
112
-if [[ $1 == "xstartRequireSASLAuth" ]]; then
+if [[ $1 == "startRequireSASLAuth" ]]; then
113
PROPERTIES=("-Dzookeeper.sessionRequireClientSASLAuth=true" "${PROPERTIES[@]}"
114
"-Dzookeeper.authProvider.1=org.apache.zookeeper.server.auth.SASLAuthenticationProvider")
115
if [[ -n $2 ]]; then
0 commit comments