mirror of https://gitee.com/bigwinds/arangodb
12 lines
523 B
Markdown
12 lines
523 B
Markdown
////////////////////////////////////////////////////////////////////////////////
|
|
/// @startDocuBlock server_authentication
|
|
/// @brief disable authentication for ALL client requests
|
|
/// `--server.disable-authentication`
|
|
///
|
|
/// Setting value to true will turn off authentication on the server side
|
|
/// so all clients can execute any action without authorization and privilege
|
|
/// checks.
|
|
///
|
|
/// The default value is *false*.
|
|
/// @endDocuBlock
|
|
//////////////////////////////////////////////////////////////////////////////// |