From: Thomas Markwalder Date: Tue, 1 Jul 2025 11:37:40 +0000 (-0400) Subject: [#3848] Addressed review comments X-Git-Tag: Kea-3.1.0~54 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=245776a8121651f9a1485225e6b3131a14fe8bd2;p=thirdparty%2Fkea.git [#3848] Addressed review comments modified: src/bin/keactrl/kea-ctrl-agent.conf.pre --- diff --git a/src/bin/keactrl/kea-ctrl-agent.conf.pre b/src/bin/keactrl/kea-ctrl-agent.conf.pre index 71cbc80753..2e86c01f44 100644 --- a/src/bin/keactrl/kea-ctrl-agent.conf.pre +++ b/src/bin/keactrl/kea-ctrl-agent.conf.pre @@ -28,9 +28,9 @@ // Allow access only to kea-api user. // To make it work, please store your user name in kea-api-user file. - // and store your password in kea-api-password file. + // and store your password in the kea-api-password file. // Make sure the user and password files have sufficiently restrictive - // access permissions, in particular it is not world-readable. + // access permissions, in particular that they are not world-readable. // The basic HTTP auth offers poor security for unencrypted channels. // If possible, a better, stronger HTTPS mechanism should be deployed, // in particular when the client authentication is enabled by setting the @@ -43,7 +43,7 @@ "directory": "/etc/kea", "clients": [ { - "user": "kea-api-user", + "user-file": "kea-api-user", "password-file": "kea-api-password" } ]