diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-01-18 18:00:52 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-01-21 18:15:38 +0100 |
commit | 8acd0040a57ec8c8e4f523901dd761c73ff3fb9f (patch) | |
tree | 638fa2ee0b2eed24c2d357d7c02e40c363468466 /doc/examples | |
parent | [#2006] updated doxygen and fixed comments (diff) | |
download | kea-8acd0040a57ec8c8e4f523901dd761c73ff3fb9f.tar.xz kea-8acd0040a57ec8c8e4f523901dd761c73ff3fb9f.zip |
[#2006] addressed comments
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/agent/simple.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/agent/simple.json b/doc/examples/agent/simple.json index 9264cac37c..abb2fcfea6 100644 --- a/doc/examples/agent/simple.json +++ b/doc/examples/agent/simple.json @@ -50,16 +50,16 @@ // This specifies a hiddent client. { - // The user id is the content of the file /tmp/ca/hiddenu. + // The user id is the content of the file /tmp/kea-creds/hiddenu. "user-file": "hiddenu", - // The password is the content of the file /tmp/ca/hiddenp. + // The password is the content of the file /tmp/kea-creds/hiddenp. "password-file": "hiddenp" }, // This specifies a hidden client using a secret in a file. { - // The secret is the content of the file /tmp/ca/hiddens + // The secret is the content of the file /tmp/kea-creds/hiddens // which must be in the <user-id>:<password> format. "password-file": "hiddens" } |