1
0
Fork 0
arangodb/Documentation/DocuBlocks/server_authentication.md

11 lines
271 B
Markdown

@startDocuBlock server_authentication
`--server.authentication`
Setting this option to *false* will turn off authentication on the server side
so all clients can execute any action without authorization and privilege
checks.
The default value is *true*.
@endDocuBlock