File: kea-ctrl-agent.templates

package info (click to toggle)
isc-kea 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,036 kB
  • sloc: cpp: 594,791; sh: 26,896; lex: 8,540; yacc: 8,424; python: 1,065; xml: 149; makefile: 39
file content (34 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download | duplicates (2)
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`.