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
|
||||
# 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"
|
||||
|
|
Loading…
Reference in a new issue