1
0
Fork 0
This commit is contained in:
Jan Steemann 2013-01-28 09:12:19 +01:00
parent b30f5bde68
commit 0b992d034b
2 changed files with 10 additions and 4 deletions

View File

@ -230,9 +230,13 @@ v1.2.alpha (XXXX-XX-XX)
can access collections by name and do not need to care about collection ids. 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 #357: Some spelling and grammar errors
* fixed issue #355: fix quotes in pdf manual * fixed issue #355: fix quotes in pdf manual

View File

@ -164,8 +164,8 @@
/// collections and queries to certain users, given them either read /// collections and queries to certain users, given them either read
/// or write access. /// or write access.
/// ///
/// Currently, you can only secure the access to the HTTP client and /// Currently, you can only secure the access to ArangoDB in an all-or-nothing
/// admin port in a all-or-nothing fashion. /// fashion.
/// The collection @LIT{_users} contains all user and the SHA256 of /// The collection @LIT{_users} contains all user and the SHA256 of
/// their passwords. A user can be active or inactive. A typical document /// their passwords. A user can be active or inactive. A typical document
/// of this collection is /// of this collection is
@ -173,7 +173,9 @@
/// @verbinclude user-document /// @verbinclude user-document
/// ///
/// @section DbaManualAuthenticationCommandLine Command-Line Options for the Authentication and Authorisation /// @section DbaManualAuthenticationCommandLine Command-Line Options for the Authentication and Authorisation
///////////////////////////////////////////////////////////////////////////////////////////////////////////// ///
/// @copydetails triagens::rest::ApplicationEndpointServer::_disableAuthentication
////////////////////////////////////////////////////////////////////////////////
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// --SECTION-- DBA MANUAL DATAFILE DEBUGGER // --SECTION-- DBA MANUAL DATAFILE DEBUGGER