From 0b992d034bca835b737c9785cf02f9102277c24e Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Mon, 28 Jan 2013 09:12:19 +0100 Subject: [PATCH] issue #372 --- CHANGELOG | 6 +++++- arangod/Documentation/dba-manual.dox | 8 +++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fb32ac7b5c..8751398efe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -230,9 +230,13 @@ v1.2.alpha (XXXX-XX-XX) can access collections by name and do not need to care about collection ids. -v1.1.2 (XXXX-XX-XX) +v1.1.2 (2013-01-20) ------------------- +* fixed issue #372: Command-Line Options for the Authentication and Authorisation + +* upgraded to mruby 2013-01-20 583983385b81c21f82704b116eab52d606a609f4 + * fixed issue #357: Some spelling and grammar errors * fixed issue #355: fix quotes in pdf manual diff --git a/arangod/Documentation/dba-manual.dox b/arangod/Documentation/dba-manual.dox index ad9df26aeb..d5ea80c6b5 100644 --- a/arangod/Documentation/dba-manual.dox +++ b/arangod/Documentation/dba-manual.dox @@ -164,8 +164,8 @@ /// collections and queries to certain users, given them either read /// or write access. /// -/// Currently, you can only secure the access to the HTTP client and -/// admin port in a all-or-nothing fashion. +/// Currently, you can only secure the access to ArangoDB in an all-or-nothing +/// fashion. /// The collection @LIT{_users} contains all user and the SHA256 of /// their passwords. A user can be active or inactive. A typical document /// of this collection is @@ -173,7 +173,9 @@ /// @verbinclude user-document /// /// @section DbaManualAuthenticationCommandLine Command-Line Options for the Authentication and Authorisation -///////////////////////////////////////////////////////////////////////////////////////////////////////////// +/// +/// @copydetails triagens::rest::ApplicationEndpointServer::_disableAuthentication +//////////////////////////////////////////////////////////////////////////////// // ----------------------------------------------------------------------------- // --SECTION-- DBA MANUAL DATAFILE DEBUGGER