1
0
Fork 0
arangodb/arangod/RestServer
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
..
ArangoServer.cpp added option `--server.disable-authentication-unix-sockets` 2014-02-03 13:49:15 +01:00
ArangoServer.h added option `--server.disable-authentication-unix-sockets` 2014-02-03 13:49:15 +01:00
VocbaseContext.cpp added option `--server.disable-authentication-unix-sockets` 2014-02-03 13:49:15 +01:00
VocbaseContext.h changed reference counting for cursors 2013-09-16 13:51:33 +02:00
arango.cpp call global instance destructor 2014-02-03 11:42:10 +01:00