vici: Document NTLM secrets in README.md

Fixes #2481.
This commit is contained in:
Tobias Brunner
2017-12-22 10:09:26 +01:00
parent 859d645c44
commit a7f613ca2e
+4 -4
View File
@@ -530,11 +530,11 @@ on the key identifier derived from the public key).
### load-shared() ### ### load-shared() ###
Load a shared IKE PSK, EAP or XAuth secret into the daemon. Load a shared IKE PSK, EAP, XAuth or NTLM secret into the daemon.
{ {
id = <optional unique identifier of this shared key> id = <optional unique identifier of this shared key>
type = <shared key type, IKE|EAP|XAUTH> type = <shared key type, IKE|EAP|XAUTH|NTLM>
data = <raw shared key data> data = <raw shared key data>
owners = [ owners = [
<list of shared key owner identities> <list of shared key owner identities>
@@ -546,8 +546,8 @@ Load a shared IKE PSK, EAP or XAuth secret into the daemon.
### unload-shared() ### ### unload-shared() ###
Unload a previously loaded shared IKE PSK, EAP or XAuth secret by its unique Unload a previously loaded shared IKE PSK, EAP, XAuth or NTLM secret by its
identifier. unique identifier.
{ {
id = <unique identifier of the shared key to unload> id = <unique identifier of the shared key to unload>