remove authentication from sample
This commit is contained in:
parent
120bd1cb55
commit
113e6a8833
1 changed files with 2 additions and 6 deletions
|
@ -48,7 +48,7 @@
|
||||||
# - name: kea-dhcp4
|
# - name: kea-dhcp4
|
||||||
# output_options:
|
# output_options:
|
||||||
# - output: "stdout"
|
# - output: "stdout"
|
||||||
# pattern: "%-5p %m\\n"
|
# pattern: "%-5p %m\n"
|
||||||
# severity: "INFO"
|
# severity: "INFO"
|
||||||
# debuglevel: 0
|
# debuglevel: 0
|
||||||
# hooks-libraries:
|
# hooks-libraries:
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
# - name: kea-dhcp4
|
# - name: kea-dhcp4
|
||||||
# output_options:
|
# output_options:
|
||||||
# - output: "stdout"
|
# - output: "stdout"
|
||||||
# pattern: "%-5p %m\\n"
|
# pattern: "%-5p %m\n"
|
||||||
# severity: "INFO"
|
# severity: "INFO"
|
||||||
# debuglevel: 0
|
# debuglevel: 0
|
||||||
#
|
#
|
||||||
|
@ -148,10 +148,6 @@
|
||||||
# authentication:
|
# authentication:
|
||||||
# type: "basic"
|
# type: "basic"
|
||||||
# realm: "Kea Control Agent"
|
# realm: "Kea Control Agent"
|
||||||
# directory: "/etc/kea"
|
|
||||||
# clients:
|
|
||||||
# - user: "kea-api"
|
|
||||||
# - password-file: "kea-api-password"
|
|
||||||
# control-sockets:
|
# control-sockets:
|
||||||
# dhcp4:
|
# dhcp4:
|
||||||
# socket-type: "unix"
|
# socket-type: "unix"
|
||||||
|
|
Loading…
Reference in a new issue