diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:45 +0000 |
commit | 7997b0d23671890191a2269fdea8d16c53dfbe05 (patch) | |
tree | abfb4de3de840068ad7a123981cc2198e7a17827 /debian/kea-ctrl-agent.templates | |
parent | Adding upstream version 2.4.1. (diff) | |
download | isc-kea-7997b0d23671890191a2269fdea8d16c53dfbe05.tar.xz isc-kea-7997b0d23671890191a2269fdea8d16c53dfbe05.zip |
Adding debian version 2.4.1-2.debian/2.4.1-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/kea-ctrl-agent.templates')
-rw-r--r-- | debian/kea-ctrl-agent.templates | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/kea-ctrl-agent.templates b/debian/kea-ctrl-agent.templates new file mode 100644 index 0000000..090e353 --- /dev/null +++ b/debian/kea-ctrl-agent.templates @@ -0,0 +1,34 @@ +Template: kea-ctrl-agent/kea_api_password +Type: password +_Description: New password for the kea control agent "kea_api" user: + This password will be stored in the /etc/kea/kea-api-password file. + . + NOTE: if the password is empty, no action will be taken. + +Template: kea-ctrl-agent/kea_api_password_again +Type: password +_Description: Repeat password for the kea control agent "kea_api" user: + +Template: kea-ctrl-agent/password_mismatch +Type: error +_Description: Password input error + The two passwords you entered were not the same. Please try again. + +Template: kea-ctrl-agent/make_a_choice +Type: select +Choices: do_nothing, configured_random_password, configured_password +_Description: Kea control agent authentication configuration + Starting with this version, the Kea Control Agent will be configured to require authentication by default. + . + The available options are: + . + do nothing: + Until you create /etc/kea/kea-api-password, either manually or using one the other options described here, the service will not start. + . + configured with a random password: + The packaging will generate a random password for you, save it, and start the service. + . + configured with password: + The packaging will save the password you supply, and start the service. Note that an empty password will result in no action and be equivalent to "do nothing" above. + . + The username is `kea-api`, and the password will be expected to be in `/etc/kea/kea-api-password`. |