summaryrefslogtreecommitdiffstats
path: root/debian/kea-ctrl-agent.templates
blob: 090e3535e9a1ad44263e252dad21ac0492741272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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`.