summaryrefslogtreecommitdiffstats
path: root/debian/kea-ctrl-agent.templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/kea-ctrl-agent.templates')
-rw-r--r--debian/kea-ctrl-agent.templates34
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`.