8000 dont reveal passwd · soualid/arangodb@3e41f9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e41f9c

Browse files
committed
dont reveal passwd
1 parent 912f109 commit 3e41f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/V8/v8-utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ static void JS_Options(v8::FunctionCallbackInfo<v8::Value> const& args) {
312312
}
313313

314314
VPackBuilder builder =
315-
ApplicationServer::server->options({"server.password"});
315+
ApplicationServer::server->options({"server.password", "ldap.bindpasswd"});
316316
auto result = TRI_VPackToV8(isolate, builder.slice());
317317

318318
TRI_V8_RETURN(result);

0 commit comments

Comments
 (0)
0