remove authentication from sample

This commit is contained in:
Antonio J. Delgado 2023-11-13 16:03:53 +02:00
parent 120bd1cb55
commit 113e6a8833

View file

@ -48,7 +48,7 @@
# - name: kea-dhcp4
# output_options:
# - output: "stdout"
# pattern: "%-5p %m\\n"
# pattern: "%-5p %m\n"
# severity: "INFO"
# debuglevel: 0
# hooks-libraries:
@ -117,7 +117,7 @@
# - name: kea-dhcp4
# output_options:
# - output: "stdout"
# pattern: "%-5p %m\\n"
# pattern: "%-5p %m\n"
# severity: "INFO"
# debuglevel: 0
#
@ -148,10 +148,6 @@
# authentication:
# type: "basic"
# realm: "Kea Control Agent"
# directory: "/etc/kea"
# clients:
# - user: "kea-api"
# - password-file: "kea-api-password"
# control-sockets:
# dhcp4:
# socket-type: "unix"