]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1304] Addressed comments
authorFrancis Dupont <fdupont@isc.org>
Mon, 14 Sep 2020 12:19:55 +0000 (14:19 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 14 Sep 2020 12:19:55 +0000 (14:19 +0200)
doc/sphinx/arm/hooks-ha.rst
doc/sphinx/arm/shell.rst
src/lib/http/basic_auth_config.h

index 13967b8550bc3fcba1ab9b659eb9bc36dce7dc76..6663acc9906819971f70b1f807cd9d3f8cbebd13 100644 (file)
@@ -594,7 +594,7 @@ list:
    commands to that server.
 
 -  ``basic-auth-user`` - specifies the user id for basic HTTP
-   authentication. If not specified or specified to the empty string
+   authentication. If not specified or specified as an empty string
    no authentication header will be added to HTTP transactions.
    Must not contain the colon (:) character.
 
index 39675c048d9a294316d554b7a2572f35d69ca902..58710797666bcea37da5c6fd7b8a712737150c43 100644 (file)
@@ -130,5 +130,5 @@ tool.
 
 .. note::
 
-   When using this tool with basic HTTP authentication please not forget
-   that command line arguments are not hidden to local users.
+   When using this tool with basic HTTP authentication please keep in
+   mind that command line arguments are not hidden to local users.
index 78d541061b9c572db7b7adaeb2ab2dc4118a6b99..ec88e12ff18143309a9dfa58a45553c8e6c77e0c 100644 (file)
@@ -16,7 +16,7 @@ namespace isc {
 namespace http {
 
 /// @brief Type of basic HTTP authentication credential and user id map,
-/// e.g. map["am9obmRvZTpzZWNyZXQx" = "johndoe".
+/// e.g. map["am9obmRvZTpzZWNyZXQx"] = "johndoe".
 ///
 /// The map is used to verify a received credential: if it is not in it
 /// the authentication fails, if it is in it the user id is logged.