1
0
Fork 0
arangodb/arangod/V8Server
Jan Steemann dc1d28fe5d added option `--server.disable-authentication-unix-sockets`
with this option, authentication can be disabled for all requests coming
in via UNIX domain sockets, enabling clients located on the same host as
the ArangoDB server to connect without authentication.
Other connections (e.g. TCP/IP) are not affected by this option.

The default value for this option is `false`.
Note: this option is only supported on platforms that support Unix domain
sockets.

Conflicts:
	CHANGELOG
	arangod/RestServer/ArangoServer.cpp
	arangod/VocBase/vocbase-defaults.c
2014-02-03 13:49:15 +01:00
..
ApplicationV8.cpp fixed potential deadlock in global context execution 2014-01-03 13:45:43 +01:00
ApplicationV8.h remove database-specific directories underneath app-path and dev-app-path when dropping databases 2013-10-14 10:35:32 +02:00
v8-actions.cpp issue #620 2013-10-28 19:38:19 +01:00
v8-actions.h updated disclaimer 2013-03-13 17:03:18 +01:00
v8-query.cpp removed resourceholder 2013-10-17 10:43:07 +02:00
v8-query.h updated disclaimer 2013-03-13 17:03:18 +01:00
v8-vocbase.cpp added option `--server.disable-authentication-unix-sockets` 2014-02-03 13:49:15 +01:00
v8-vocbase.h reload routing after dropping database 2013-09-13 10:28:28 +02:00