From: Francis Dupont Date: Mon, 14 Sep 2020 12:19:55 +0000 (+0200) Subject: [#1304] Addressed comments X-Git-Tag: Kea-1.9.0~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3b18f80ee3906624e2bbff61526ddb5d502809;p=thirdparty%2Fkea.git [#1304] Addressed comments --- diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index 13967b8550..6663acc990 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -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. diff --git a/doc/sphinx/arm/shell.rst b/doc/sphinx/arm/shell.rst index 39675c048d..5871079766 100644 --- a/doc/sphinx/arm/shell.rst +++ b/doc/sphinx/arm/shell.rst @@ -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. diff --git a/src/lib/http/basic_auth_config.h b/src/lib/http/basic_auth_config.h index 78d541061b..ec88e12ff1 100644 --- a/src/lib/http/basic_auth_config.h +++ b/src/lib/http/basic_auth_config.h @@ -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.