File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ list:
594594 commands to that server.
595595
596596- ``basic-auth-user `` - specifies the user id for basic HTTP
597- authentication. If not specified or specified to the empty string
597+ authentication. If not specified or specified as an empty string
598598 no authentication header will be added to HTTP transactions.
599599 Must not contain the colon (:) character.
600600
Original file line number Diff line number Diff line change @@ -130,5 +130,5 @@ tool.
130130
131131.. note ::
132132
133- When using this tool with basic HTTP authentication please not forget
134- that command line arguments are not hidden to local users.
133+ When using this tool with basic HTTP authentication please keep in
134+ mind that command line arguments are not hidden to local users.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace isc {
1616namespace http {
1717
1818// / @brief Type of basic HTTP authentication credential and user id map,
19- // / e.g. map["am9obmRvZTpzZWNyZXQx" = "johndoe".
19+ // / e.g. map["am9obmRvZTpzZWNyZXQx"] = "johndoe".
2020// /
2121// / The map is used to verify a received credential: if it is not in it
2222// / the authentication fails, if it is in it the user id is logged.
You can’t perform that action at this time.
0 commit comments