1
0
Fork 0

dont reveal passwd

This commit is contained in:
jsteemann 2018-09-25 15:57:22 +02:00
parent 912f109968
commit 3e41f9ca2b
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ static void JS_Options(v8::FunctionCallbackInfo<v8::Value> const& args) {
}
VPackBuilder builder =
ApplicationServer::server->options({"server.password"});
ApplicationServer::server->options({"server.password", "ldap.bindpasswd"});
auto result = TRI_VPackToV8(isolate, builder.slice());
TRI_V8_RETURN(result);